TTPHERE2020 Posted December 9, 2020 Posted December 9, 2020 Site URL: http://we-arehere.com I would like to reduce the padding on the slideshow at the top of my page as it's too far from the title and navigation. I used the code below which worked, but on mobile it now isn't responsive so looks odd. section padding [data-section-id="5fcf39a1ee8bf246ec066037"] { padding-top: 4vw !important; } Is there some other code that would allow me to change this but keep the responsive design? Thanks! website is we-arehere.com p/w: here
tuanphan Posted December 11, 2020 Posted December 11, 2020 Remove above code & add to Design > Custom CSS @media screen and (min-width:768px) { [data-section-id="5fcf39a1ee8bf246ec066037"] { padding-top: 4vw !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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.