Site logo

Archived topic

Homepage/Header/Footer element going beyond full width

5 replies · Started by Kyle Thomas on March 30, 2021

Viewing posts 1–6 of 6

Hello,

I'm having this strange issue where on the homepage of a couple of GeneratePress websites I've built some element somewhere is going beyond full width and causing horizontal scrolling.

I can't seem to find the issue. The issue still persists even if I change the homepage containers from full width to contained width, so it isn't those.

Examples:

https://aea.nt.ca/
http://withmedia.yourdevsite.ca/normanwells/

Any help digging into what element might be doing this would be a great help.

Thanks

Yes, the issue still exists. I have deactivated UAG for this one http://withmedia.yourdevsite.ca/normanwells/

(also used UAG before GenerateBlocks was launched, using GenerateBlocks predominately now but some things were done beforehand).

Hi Kyle,

It seems fine to me now as the UAG is disabled.

Could you confirm that you cleared your browser cache? Thanks!

UAG is active again, but for some reason making the whole page "Full Width" fixed the issue on the Norman Wells site, but it still exists here https://aea.nt.ca/

You can use this CSS as a patch to fix it:

body {
    overflow-x: hidden;
}
This archived topic is closed to new replies.