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
1 Answers
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!
yay it worked thanks so much
Please login or Register to submit your answer
replied 11 years ago
can someone please answer this it’s really annoying