Issue with Mobile spacing vs desktop view
-
Hello,
I am having trouble working out the dimensions of spacing on my mobile view of the site. The widget menu under my posts in the mobile view is very thin and only hangs on the right side of the screen. I think because I added additional css to help the margins, the mobile responsiveness of my theme is getting overridden. Any code that helps exlude mobile from the additonal css? Or anything else may be causing the problem?
Here is the code I added to get the margins how I like them:
.wrap {
max-width: 85%;
}@media screen and (min-width: 48em) {
.wrap {
max-width: 85%;
}
}.page.page-one-column:not(.twentyseventeen-front-page) #primary {
max-width: 85%;
}@media screen and (min-width: 30em) {
.page-one-column .panel-content .wrap
{
max-width: 85%;
}
}.has-sidebar #secondary {
width: 26% !important;
}.site-info { display: none; }
The page I need help with: [log in to see the link]
- The topic ‘Issue with Mobile spacing vs desktop view’ is closed to new replies.