Archived topic
Mobile View Width
3 replies · Started by Danielle on December 8, 2017
Hi. I am using GP Premium and Beaver Builder. In the mobile view of my site there is a right margin that is grey. In this view the full width of the site does not fit on the screen.
Can you tell if this is GP or BB causing this and how to fix it?
Hi there,
It's actually the h1 title SupplyChainExams.com in page header that's causing the issue.
Make them a tiny bit smaller on mobile should work:
@media (max-width: 768px) {
.page-header-content-container h1 {
font-size: 38px;
}
}
Thanks, Leo! Reducing the font size did the trick.
No problem!