Forums
Forums / Theme: Ruby / Remove white space for mobile
(@jennagarvin5)
8 years, 2 months ago
Hello! I was wondering if there was a way to remove white space for the mobile version? It just looks choppy on mobile so wanted to clean it up.
https://drive.google.com/open?id=0B4eKFJRCWjhrLWpLOEIxSmF4QzAtbnowd1lYUTA0S2VhTWNZ
Thanks for all of your help!
Jenna
The page I need help with: [log in to see the link]
(@vinod-dalvi)
You can remove this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Additional CSS
@media screen and (max-width: 56.875em){ header#masthead { margin-bottom: 5px; } main#main > article:first-child { padding-top: 0; } }
The topic ‘Remove white space for mobile’ is closed to new replies.