Thanks for your response. Upon further inspection I realized it's only adding the extra white space on the home page, so it must not be because of the footer but I still can't figure out how to remove it. I've checked to make sure there's no extra content in the code for that page, but I might have missed something. Any thoughts?
I also can't figure out where to change the background color for the sidebar. I set this up using the demo content for the Library template and I feel like I've looked everywhere for how to change the color with no luck.
Yes, we tried to scroll with no result. We tried on 5 different computers with different browsers and nothing. We did checked your code and all we found you can check on http://pasteboard.co/5WY0Jrg.png (it's empty div element that comes with VC plugin). So maybe that's the reason why you get this empty space.
In accordance to 2nd question, could you tell us where you have the sidebar exactly? Because all we see on your site is "Creative header always open" on side and nothing else.
Very interesting. I just tried it on other browsers/computers and could not replicate the issue either. So, it must be a weird glitch in the browser I'm working on.
As far as the sidebar goes, once I realized that what I was calling the sidebar the theme calls a Creative header I was able to add the following CSS and change the background color:
#Header_creative {
background-color: #222222 !important;
}
Thanks for all your help working through this!
Is there a way to add css for changing the size and color (or hover color) of the social media icons in the creative header?
Comments
See if that works
But sidebar background can be changed with custom css only. You can get this css from http://forum.muffingroup.com/betheme/discussion/473/sidebar-background-colour-and-line-removal-widget-after
In accordance to 2nd question, could you tell us where you have the sidebar exactly? Because all we see on your site is "Creative header always open" on side and nothing else.