Forum Replies Created
Viewing 1 post (of 1 total)
- AuthorPosts
- December 1, 2016 at 8:49 am in reply to: Mobile Changes Only Changing on Homepage but not other pages #1258woodyjrParticipant
This is what I added:
@media only screen and (max-width: 767px) {
.widget-area {
display:none;
}
#sq-colophon {
display: none;
}
} - AuthorPosts
Viewing 1 post (of 1 total)