dan caldwell
asked 10 years ago

hello, whenever I try to view my page there is a bit of white space that is to the right of the page when you scroll to the right. how can i remove this? pic:  http://i.imgur.com/GqTnJjs.png

dan caldwell
replied 10 years ago

can someone please answer this it’s really annoying

1 Answers
Wilfred
answered 10 years ago

Hi Dan Caldwall.

To resolve this issue you can go to Dashboard / Appearance / Customize / General Settings , and add this code below to custom wp_head

 <style>
html {
overflow-x: hidden;
}
</style>

Hope this helps!

dan caldwell
replied 10 years ago

yay it worked thanks so much

Powered by DW Question & Answer Pro