Reply To: Make "Post" pages full width

Home Forums Iconic One Pro Support Make "Post" pages full width Reply To: Make "Post" pages full width

#5038

Hi,

The elements in sidebar can be changed as per your choice via Dashboard -> Appearance -> Widgets

Once your drop any widget, the default items in the sidebar will disappear and only the ones that you drop will remain.

If you have requirement of full width, there is a full width template it will apply to pages only, check out

Online Documentation & Usage Guide for Iconic One PRO


http://demo.themonic.com/io-pro/2/full-width/

If still wish to hide the sidebar in single post and get full width post, use the following in Custom CSS section in live customizer or in Simple Custom CSS plugin


.single-post .site-content {
    width: 95%;
    border: none;
}
.single-post .below-title-meta {
    margin-left: -2.1%;
    width: 105.2%;
}
#secondary {
    display: none;
}