Archived topic
Artisan Starter: Body isn't 100% width on mobile
1 reply · Started by Joachim on March 25, 2020
Hey everybody!
Hope you're doing well.
I just recently installed Generatepress and thought I would start out with the Artisan Starter.
I think it works great, except for when I look up the website on my phone, then the body doesn't seem to be
100% filling the viewport. Users are able to scroll a little bit to the side where just whitespace is. Any idea why that might be? I tried starting over completely, fresh install and import of Artisan Starter gives me the same problem.
Hope I was able to explain my issue OK, thanks in advance and kind regards.
Joachim
Hi there,
in Customizer > Additional CSS look for this:
.mobile-header-navigation {
padding: 8px 5px;
}
and replace it with this:
.mobile-header-navigation {
padding: 8px 5px;
box-sizing: border-box;
}