Hi,
I want to get rid of the sidebar of the blog element on my frontpage and display the blog posts fullwidth.
Can you help me?
Thanks
Hi,
I want to get rid of the sidebar of the blog element on my frontpage and display the blog posts fullwidth.
Can you help me?
Thanks
Hi lennard,
Can you post a link to your site? so we can give you a specific css snippet.
Regards,
Ismael
Hi lennard,
Try to add this code on your Quick CSS (located in Choices > Theme Options > Styling) or the custom.css file (located inside the css folder of your theme's folder):
@media only screen and (min-width: 960px) {
.template-blog.sidebar_right.dynamic_element.dynamic_el_6 .sidebar {
display: none;
}
.template-blog.sidebar_right.dynamic_element.dynamic_el_6 .content.units.eight.alpha {
width: 930px !important;
}
.template-blog.sidebar_right.dynamic_element.dynamic_el_6 .seven.units.entry-content.standard-content {
width: 850px !important;
}
}
Hope this helps. :)
Regards,
Ismael
Yess it works!
Thanks
This topic has been closed to new replies.