sgreene Posted March 29, 2023 Share Posted March 29, 2023 Hello! I created my website on desktop version and adjusted the left and right padding for the header using custom CSS at 200px. When I go to my mobile version, it affects this as well and pushes my logo and menu button too close together. (See images below). Is there a way to change the left and right padding on my mobile site to push the elements further from each other and closer to the edges without affecting the desktop version? Thank you! Site password is greenesite13 if needed. Link to comment
Simplymarble Posted March 29, 2023 Share Posted March 29, 2023 Try this, Put your code between the brackets : @media screen only and (max-width: 640px) {code goes here} Link to comment
sgreene Posted March 30, 2023 Author Share Posted March 30, 2023 @Simplymarble That worked! Thank you so much! Simplymarble 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment