Home › Forums › Iconic One Pro Support › Another Post Width Query › Reply To: Another Post Width Query
December 22, 2017 at 9:46 am #5127
mattallford
Participant
I think I’ve figured it out with the below.
.single-post .widget-area {
display: none;
}
.single-post .site-content {
width: 95%;
border: none;
}
.single-post .below-title-meta {
margin-left: -2.1%;
width: 105.2%;
}