content max width stopped working with pages with a section with height in percentage or browser height
-
Hey man, I'm happy to help here and fix this, but I would need a link to where I can see the issue.
-
-
will be fixed with the next update.
basically this css was missing from lay theme:
.row.rowcustomheight .row-inner{ position: relative; }
You can also enter the CSS now in Lay options - custom CSS, and then it should work.
-
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;
} -
ah, so you need:
.row.rowcustomheight .row-inner{ position: relative; } .row._100vh .row-inner{ position: relative; }
will be fixed with the next update
-
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
I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com
Our Web Development company: 100k.studio
Want to tip me? https://www.paypal.com/paypalme/arminunruh
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it