please read the tutorial i linked here
https://laytheme.com/tutorials/create-a-splitscreen-website.html
the footer region is on the left. it includes the links.
the "normal grid" is the one on the right, where the content is shown
hey man rlly sorry i got too many things to do to custom code this for you
i do believe you need to use the newpageshown event
and in there see which page you're on using the body's slug class for example and then check the scrollposition and set the background
maybe you use a percentage based font size for your textformat for mobile! that could be the issue.
try using a bigger value or use a px based fontsize for your format[image: 1674561786458-screenshot-2023-01-24-at-13.03.02.png]
@arminunruh thanks for your response. ok, i’ll use the font-family dropdown to make a word bold. a character textformat doesn't really help, because there the font-size is fixed (and it takes more clicks than choosing the correct font-family).
cheers
but the question is, why are they working this way now and go below when I update the page with a new element?
im not sure i understand this sentence
well elements to the right will always overlap elements to the left
you can always right click an element, "set html class and id"
then as "html class" add:
overlapp
then in lay options → custom css & html:
.overlap{
z-index: 10!important;
}
nice website!