pleni Posted January 11, 2023 Posted January 11, 2023 Hi there! How can I reduce padding below the "Testimonials" title and above the gallery section. Since I'm not able to add a title to a gallery section I had to add it to the previous section but there is too much space between the two. I'm also not able to add a gallery block to a regular section so this was the best way I could think of. I tried the code from others who had this question here a couple of years ago but it's not working. https://plenitud-7-1.squarespace.com/seniorcare pw: community
tuanphan Posted January 15, 2023 Posted January 15, 2023 You mean this? pleni 1 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!)
Merylle Posted January 16, 2023 Posted January 16, 2023 I have the same issue. How can I reduce the padding of this gallery?
tuanphan Posted January 19, 2023 Posted January 19, 2023 On 1/17/2023 at 4:50 AM, Nali said: I have the same issue. How can I reduce the padding of this gallery? Can you share link to page in screenshot? 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!)
pleni Posted January 26, 2023 Author Posted January 26, 2023 On 1/14/2023 at 8:16 PM, tuanphan said: You mean this? Yes, that's exactly what I mean. I want to reduce the padding there.
tuanphan Posted January 28, 2023 Posted January 28, 2023 On 1/26/2023 at 9:38 PM, pleni said: Yes, that's exactly what I mean. I want to reduce the padding there. Add to Design > Custom CSS @media screen and (min-width:768px) { [data-section-id="63af6aefa2056d0b3f4f9293"] .gallery-slideshow { padding-top: 0px; padding-bottom: 0px; margin-top: -50px; }} 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!)
pleni Posted February 2, 2023 Author Posted February 2, 2023 On 1/28/2023 at 3:15 AM, tuanphan said: Add to Design > Custom CSS @media screen and (min-width:768px) { [data-section-id="63af6aefa2056d0b3f4f9293"] .gallery-slideshow { padding-top: 0px; padding-bottom: 0px; margin-top: -50px; }} Thank you! It worked when I added the CSS but then it stops working once I save. Any thoughts? Page is now live at plenitudpr.org/seniorcare
Solution tuanphan Posted February 8, 2023 Solution Posted February 8, 2023 On 2/3/2023 at 6:07 AM, pleni said: Thank you! It worked when I added the CSS but then it stops working once I save. Any thoughts? Page is now live at plenitudpr.org/seniorcare Try change -50px to -100px 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
Create an account or sign in to comment
You need to be a member in order to leave a comment