Home › Forums › Iconic One Pro Support › side bar only on home page › Reply To: side bar only on home page
May 12, 2018 at 6:40 am #5241
Themonic-Support
Keymaster
Refer for details: http://themonic.com/forums/topic/make-post-pages-full-width/
and try the following:
.single-post .site-content {
width: 95%;
border: none;
}
.single-post .below-title-meta {
margin-left: -2.1%;
width: 105.2%;
}
.single-post #secondary {
display: none;
}