- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Space for the webpage - mobile
SOLVEApr 30, 2019 8:25 AM
Hi there,
Please help me to fix the issue with space on the left for the webpage on mobile. The screenshot is below.
Webpage: https://www.enavate.com/customers
Thank you so much,
Viktoriia
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Accepted Solutions
May 1, 2019 9:07 AM
Hey @viktoriia17
I checked out your sites CSS and it seems that there aren't any mobile queries. You could add something like the following to potentially fix this:
@media only screen and (max-width: 600px) { body { padding: 20px; } }
With this added in my browser I get the following:
It still looks like you'll have to update the header and menu hamburger too, but you can alter the above CSS to get your desired results.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content