aj.ventura15 Posted August 12, 2020 Share Posted August 12, 2020 Site URL: https://www.graceventurawrites.com Does anyone have any suggestions on how to add padding to the top and bottom of ALL sections on a website on MOBILE ONLY? For some reason on the desktop versions the spacing is great. But on mobile the spacing disappears and I don't like how tight all the sections are to one another. Advice will be appreciated! PapaJoe 1 Link to comment
tuanphan Posted August 17, 2020 Share Posted August 17, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .Index-page-content { padding-top: 20px; padding-bottom: 20px; } } 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
Guest Posted July 5, 2021 Share Posted July 5, 2021 I need help with the same thing @tuanphan I have am on trial mode and have not published my site yet, because I want it to be perfect first! I would like more padding at the top and bottom of every section on mobile view only. I tried the code above, but it doesn't work. Can you help? Link to comment
tuanphan Posted July 7, 2021 Share Posted July 7, 2021 On 7/5/2021 at 11:51 PM, lifeinpink said: I need help with the same thing @tuanphan I have am on trial mode and have not published my site yet, because I want it to be perfect first! I would like more padding at the top and bottom of every section on mobile view only. I tried the code above, but it doesn't work. Can you help? Hi. If your site is trial, you can setup password & share url. We can help easier 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
laurenkilbane03 Posted April 2, 2022 Share Posted April 2, 2022 Hey there. I'm having the same issue with padding. It looks fine on desktop, but is much too large on mobile. I tried playing with the CSS provided above, but nothing's working... I'll attach screenshots ("x" areas are what I'm trying to edit). Link to comment
tuanphan Posted April 2, 2022 Share Posted April 2, 2022 5 hours ago, laurenkilbane03 said: Hey there. I'm having the same issue with padding. It looks fine on desktop, but is much too large on mobile. I tried playing with the CSS provided above, but nothing's working... I'll attach screenshots ("x" areas are what I'm trying to edit). What is your site url? We can check easier 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
SadieStGermain Posted April 22, 2022 Share Posted April 22, 2022 I'm having the same original issue. I would love to adding spacing between all my sections on mobile, but the code suggested is not working for me. I've tried this code: @media screen and (max-width:767px) { .Index-page-content { padding-top: 20px; padding-bottom: 20px; } } My site is unpublished still. Thanks! Link to comment
tuanphan Posted April 22, 2022 Share Posted April 22, 2022 5 hours ago, SadieStGermain said: I'm having the same original issue. I would love to adding spacing between all my sections on mobile, but the code suggested is not working for me. I've tried this code: @media screen and (max-width:767px) { .Index-page-content { padding-top: 20px; padding-bottom: 20px; } } My site is unpublished still. Thanks! You can setup password & share url 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment