Home › Forums › Support › #mobile-header displaying wider than screen This topic has 3 replies, 2 voices, and was last updated 7 years, 3 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 29, 2018 at 6:57 am #587026 Kyle Thomas I’m having an issue with the mobile-header displaying wider than the screen size on mobile devices. If I lower the below from 100%!important to 97% it disappears but that isn’t an ideal solution. I just can’t find where the problem is being caused. @media (max-width: 768px) #mobile-header { display: block!important; opacity: 1; width: 100%!important; May 29, 2018 at 7:24 am #587040 DavidStaff Customer Support Hi Kyle, it is because of this CSS – padding effects the size of the container: .mobile-header-navigation { padding: 5px; } You can fix it by using this instead: .mobile-header-navigation { padding: 5px; box-sizing: border-box; } May 29, 2018 at 9:37 am #587216 Kyle Thomas That is it. Many thanks. Using a GeneratePress Library site for the first time, missed that custom css line 😉 May 29, 2018 at 1:34 pm #587345 DavidStaff Customer Support You’re welcome. Glad you got it sorted Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In