TTPHERE2020 Posted December 9, 2020 Share 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 Link to comment
tuanphan Posted December 11, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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