Twenty seventeen won’t go full width
-
Hope someone knows where I go wrong.
I have implemented several full width codes, on their own and even together (yes, I know that makes no sense). Used !important but to no avail. I cannot get twenty seventeen to go full width.
Website I need help with: https://www.timhupkes.com
What I have used:
.wrap { max-width: 100%; }
@media screen and (min-width: 48em) { .wrap { max-width: 100%; } }
.page.page-one-column:not(.twentyseventeen-front-page) #primary { max-width: 100%; }
@media screen and (min-width: 30em) { .page-one-column .panel-content .wrap { max-width: 100%; } }
and also:.wrap { max-width: 1366px; }
/*For Content*/ .has-sidebar:not(.error404) #primary { width: 60% }
/*For Sidebar*/ .has-sidebar #secondary { width: 30% }
/*Responsive*/ @media(max-width:768px) { /*For Content*/ .has-sidebar:not(.error404) #primary { width: 100% }
/*For Sidebar*/ .has-sidebar #secondary { width: 100% } }The page I need help with: [log in to see the link]
The topic ‘Twenty seventeen won’t go full width’ is closed to new replies.
