muzakcat Posted June 10, 2021 Share Posted June 10, 2021 Site URL: https://www.thecardinalconcepts.com/ I would like to reduce the spacing in the blue Page Section with white text on the home page. I would like to reduce the margins on the top and the bottom to make the height less. I would like reduce the leading between the sentences as well. Is there some custom CSS I could add to override the current settings? Thank you! Link to comment
tuanphan Posted June 12, 2021 Share Posted June 12, 2021 Hi. Add to Design > Custom CSS /* Blue section */ [data-section-id="5ec1be1301a9c373ec0055fa"] { min-height: unset !important; } [data-section-id="5ec1be1301a9c373ec0055fa"] .content-wrapper { padding-top: 5px !important; padding-bottom: 5px !important; } [data-section-id="5ec1be1301a9c373ec0055fa"] .content-wrapper p { margin-top: 1px !important; margin-bottom: 1px; } muzakcat 1 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
muzakcat Posted June 12, 2021 Author Share Posted June 12, 2021 Thank you so much, it worked great! Link to comment
tuanphan Posted June 13, 2021 Share Posted June 13, 2021 18 hours ago, muzakcat said: Thank you so much, it worked great! Do you need support on these? Site URL – https://www.thecardinalconcepts.com/ 1. (Mobile-Homepage) Page looks long. Want to add a back to top button? 2. (Mobile-Footer) Reduce space at bottom of footer 3. (Mobile-Products) Add breadcrumb on top of product? 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
andfriendshippod Posted July 1, 2021 Share Posted July 1, 2021 On 6/13/2021 at 4:09 AM, tuanphan said: Do you need support on these? Site URL – https://www.thecardinalconcepts.com/ 1. (Mobile-Homepage) Page looks long. Want to add a back to top button? 2. (Mobile-Footer) Reduce space at bottom of footer 3. (Mobile-Products) Add breadcrumb on top of product? I'd like help with this as well on my site Link to comment
tuanphan Posted July 2, 2021 Share Posted July 2, 2021 On 7/1/2021 at 8:56 AM, andfriendshippod said: I'd like help with this as well on my site Q1. Follow this guide Q2. Add to Design > Custom CSS /* Mobile-footer white space */ @media screen and (max-width:767px) { footer.sections section { min-height: unset !important; } } If it works, let me know, I will check question 3 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