Archived topic
White gap down side of homepage
3 replies · Started by Sam on August 31, 2021
Hi there,
I'm using Generatepress Premium along with Generateblocks. I'm getting a thin white line running down the right side of the homepage when viewed on a mobile - it seems fine on desktop.
I had this issue a long time ago, and you kindly supplied a fix for it, but it has come back - really stumped as to what to do... Any help would be much appreciated!
This is my website: https://sambinding.co.uk
Cheers,
Sam
Hi Sam,
You have some containers that are wider than the screen which are causing the issue.
Give this CSS a try:
body .site {
overflow-x: hidden;
}
Let me know :)
Hi Ying! That worked perfectly! Thanks so much for the quick response.
Best wishes,
Sam
You are welcome Sam :)