I tried but in imagehover addons setting i cant save also with "." and ","
Thank you
I tried but in imagehover addons setting i cant save also with "." and ","
Thank you
Thank you for the clarification Armin!
Hi Armin, percentage does not work anymore, is not possible to clic on "save" with a value with a decimal number
@arminunruh try it with the close button. I see the menu button too.
The problem is only for closing
@alasdair17 thank you! i ll take it a look
Thank you @arminunruh, why not let user set %vh or %vw? There is some selector that not allow to specify what kind of %.
Is this too complicated? for example in customizer the padding top of the sitetite in % is refering to the width.
From a user perspective though, it can feel a bit unintuitive, especially when working with vertical spacing like padding-top, which visually feels related to height.
If choosing the unit were possible, it would be very nice
solved with just display:none for desktop :]
Hi,
Mobile menu, style 2
Burger icon type: text The burger text close is not visible
oh yes! i think it's fixed!
Hi Armin,
Is possible to set overlay menu only for mobile and exclude desktop? Actual setting is only for on/off mobile.
I'd like to have hide on desktop too if it's not complicated for you

Hi Armin
Padding top/bottom s' % of mobile menu is for vw and not for vh.
can you change to vh?

Hi Armin,
After last update the vertical centred alignment in row on mobile does not work.


Could someone recommend a plugin for managing cookie banners that is aesthetically neutral and simple? Is it possible to achieve a clean, understated result with Complianz?
It’s frustrating to put effort into designing a website and then end up with a horrible banner. I'm sure i'm not the only one with this problem.
Many thanks to anyone who responds.
Hi Armin,
When I set a specific max-width on a text element, the alignment I configured in the text editor gets ignored and defaults to left alignment.
Is there anything you can do to fix this? I know it’s possible to create a class to force the alignment, that’s easy enough, but it’s inconvenient because you can’t see it in the backend while designing.


Fixing this behaviour is possible?
With this code,
.row.rowcustomheight .row-inner{
position: relative;
}
.row._100vh .row-inner{
position: relative;
}
The X-Y percentage offset follow the 100% with container, not considering max width

Not a problem for me yet, i ll wait for your update, please consider this
yesssss! thanks
your CSS works for a row with some height in pixel or a vh lower than 100vh.
I take a look to the inspector and for the 100vh rows there is another class.
It works for all rows with this:
.row.rowcustomheight .row-inner{
position: relative;
}
.row._100vh .row-inner{
position: relative;
}
The max-width setting isn’t applied to the page content when I have a row with a custom height, whether it’s set in pixels, vh, or %.