SelwynGoodman Posted March 26 Share Posted March 26 How can I make this width the same as the two sides on the left. Specifically we're the red arrow is pointing? I want it all to be the same spacing and only on mobile as the desktop view is fine. Thank you! Link to comment
tuanphan Posted March 27 Share Posted March 27 Can you share link to this page? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
SelwynGoodman Posted March 28 Author Share Posted March 28 On 3/27/2024 at 8:53 AM, tuanphan said: Can you share link to this page? www.selwyngoodman.co/portfolio Thank you Link to comment
Solution tuanphan Posted March 31 Solution Share Posted March 31 On 3/28/2024 at 8:27 PM, SelwynGoodman said: www.selwyngoodman.co/portfolio Thank you You try this code to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { div#gridThumbs { padding-top: 6vw !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
SelwynGoodman Posted March 31 Author Share Posted March 31 2 hours ago, tuanphan said: You try this code to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { div#gridThumbs { padding-top: 6vw !important; } } Thank you mate, it worked! 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