Hi Kriesi,
I posted this topic: http://www.kriesi.at/support/topic/remove-sidebar-frontpage-blog-element
But in IE the sidebar still appears on the homepage.
Could i deactivate this default blog sidebar (don't really need this anywhere)?
Thank you.
Hi Kriesi,
I posted this topic: http://www.kriesi.at/support/topic/remove-sidebar-frontpage-blog-element
But in IE the sidebar still appears on the homepage.
Could i deactivate this default blog sidebar (don't really need this anywhere)?
Thank you.
Hi lennard,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.home .template-blog.sidebar_right.dynamic_element.dynamic_el_7 .seven.units.entry-content.standard-content {
width: 100%;
padding-left: 40px;
}
#top.home .dynamic_el_3 .sidebar.sidebar_right {
display: none;
}
That is about as close as I can get it.
Regards,
Devin
You must log in to post.