Changing column width on mobile
-
Hello all,
So I changed column width (test site https://www.rxfitnessonline.com) to suit my needs;
body:not(.has-sidebar):not(.page-one-column) .page-header,
body.has-sidebar.error404 #primary .page-header,
body.page-two-column:not(.archive) #primary .entry-header,
body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
float: left;
width: 33%;
}.blog:not(.has-sidebar) #primary article,
.archive:not(.page-one-column):not(.has-sidebar) #primary article,
.search:not(.has-sidebar) #primary article,
.error404:not(.has-sidebar) #primary .page-content,
.error404.has-sidebar #primary .page-content,
body.page-two-column:not(.archive) #primary .entry-content,
body.page-two-column #comments {
float: right;
width: 67%;
}but for the life of me cannot get it to revert back when in mobile.
I tried @media screen and ( max-width: 1200px ) and ( min-width: 680px ) and tweaking that gives me no resolve. Any suggestions? Thanks again.
- The topic ‘Changing column width on mobile’ is closed to new replies.