Background appears from nowhere on responsive mode
-
Background appears from nowhere on responsive mode.
When looking at my site on responsive mode via google, around 300px in width a section appears on the right of my background. When viewing it on wordpress it never appears. Any help? Thank you.

The blog I need help with is: (visible only to logged in users)
-
Hi there,
I am happy to take a look at your website. I am sure that you can solve this issue with simple CSS shared below.
Go to your_site->Appearance->Customize.->Additional_CSS to write below CSS.
body {
overflow: hidden;
}
Thank you. :) -
- The topic ‘Background appears from nowhere on responsive mode’ is closed to new replies.