Reply To: Another Post Width Query

Home Forums Iconic One Pro Support Another Post Width Query Reply To: Another Post Width Query

#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%;
}