FMF Posted June 27, 2022 Share Posted June 27, 2022 Site URL: https://capybera-ellipsoid-mak7.squarespace.com/ Hi there Im trying to work out the code I need to reduce the padding in a specific section on mobile display only. (stay/terrace house and stay/luxe suite). I'd like to do it via section id so I can apply it to other sections if I need to. Any assistance would be greatly appreciated! (site password is calipoppy) Thanks! Link to comment
tuanphan Posted June 30, 2022 Share Posted June 30, 2022 Edit The Luxe Suite Page > Add a Code Block at bottom of page > Paste this code <style> @media screen and (max-width:767px) { article section:first-child { min-height: unset !important; } article section:first-child .content-wrapper { padding-bottom: 0 !important; } } </style> 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