t_c_ Posted January 17 Share Posted January 17 Hi, hoping someone could help me out here. I'd like remove padding (if it is padding) above the slideshow on the "home page", which will eventually be hidden, to match the padding on all other sites with galleries, like "interiors" for instance. Currently using... .gallery-masonry, .gallery-strips, .gallery-grid{ padding-top: 1vw !important; padding-bottom: 1vw !important } ...for all other page and works great, but I don't know how to add it to this particular gallery/slideshow on the homepage. I assume all I need is the equivalent ".gallery-masonry" tag. Not sure what that is though. I've also tried.... ([data-section-id="65a80d6e5d39164b8f12045e"] .content-wrapper {padding-top: 10px !important; padding-bottom: 1vw !important;}) ...which affects the padding, but not in the way I need. Any help would be appreciated. Site info below; https://opossum-guppy-lz23.squarespace.com/ Pass: tc_newsite_1620 Link to comment
tuanphan Posted January 20 Share Posted January 20 Use this CSS code body.homepage .gallery-slideshow { padding-top: 0px !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment