When I add a sidebar there is what looks like a grey shadow in the background of the page about half way down. Any ideas how to remove this ?
When I use a full width page everything is fine.
(7 posts)
(2 voices)
When I add a sidebar there is what looks like a grey shadow in the background of the page about half way down. Any ideas how to remove this ?
When I use a full width page everything is fine.
Hello,
It seems that you made some CSS modifications to the theme. Please, provide us a link to your website, so we can take a look at it and give you a code that will fix this issue.
Bump
Hi,
This is the CSS code that you need:
#has_sidebar #body_block .inner { background: none; }
Do you know where to add it?
Hi Ruderic,
I added it to the style.css and it worked. If I wanted to keep the grey box but have it formatted correctly what had I done?
Thank you so much.
Hello,
That grey background belongs to the sidebar. Apparently, you made some modifications that removed the background of the sidebar.
If you want it back, you would have to restore the CSS styles of the following elements:
#has_sidebar #body_block
#has_sidebar #body_block .inner
You must log in to post.