Since WordPress update – page has horzontial scroll + block of color
-
I believe it was the WordPress 6.6 update. Unfortunately I can’t simply go back to previous version.
Since the update, my homepage has extra horzontial scroll, with the scrolled area being a block of color.
Also, on my other landing page, a section/block of color (which seems to be linked to ‘content’ section) has appeared at the top of the pages. I’ve managed to get a workaround for this using this CSS:
@media screen {
html {
margin-top: 0px !important; }
}This fixes the issue on desktop/laptop, but not mobile. Adding further code with @media only screen 782px doesn’t solve it either.
Changing the background color to white on the landing pages kind of solves the issue, but that then creates the horizontal scroll issue on the landing pages.
Hopefully there is an easy solution and it’s something I’ve missed, but I’m struggling to solve this! Thanks
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.