Tagged: main content, sidebar
I would like there to be a space between the Main content area and the Sidebar so that it shows the Body Background color.
Is there a Quick CSS for this.
Also minimize the space between the widgets in the sidebar to bring them closer together.
Thanks Michael
Hi,
You can add this on your custom.css or Quick CSS:
.main_color, .container.template-blog, #main, .html_stretched #wrap_all {
background: transparent;
}
.content.nine.alpha.units {
background: white;
padding-left: 50px;
margin-left: -50px;
}
#top #main .sidebar {
background: white;
padding-right: 50px;
left: 50px;
}
Regards,
Ismael
Thanks. It works
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin