flairstyleco Posted May 2, 2020 Share Posted May 2, 2020 Site URL: http://www.flairstyleco.com I'm using the Anya template and can't figure out how to make the padding smaller to eliminate some of the white space on my home page - specifically, at the top and in the footer areas. I'm guessing that Anya's template doesn't allow for these changes based on my previous research so just wondering if there's custom CSS available to help. Many thanks for any input - Link to comment
JoeCory Posted May 2, 2020 Share Posted May 2, 2020 These might help you out This will help with the padding at the bottom of the pages and above the footer .page-content{ padding-bottom: 17px !important; } This will help with the padding inside the footer .footer-inner{ padding-top: 17px !important; padding-bottom: 17px !important; } Hope they help Link to comment
tuanphan Posted May 2, 2020 Share Posted May 2, 2020 Add to Home > Design > Custom CSS .footer-inner { padding-top: 5px; padding-bottom: 5px; } div#home-1 .index-section-wrapper { padding-top: 20px; } 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
flairstyleco Posted May 2, 2020 Author Share Posted May 2, 2020 5 minutes ago, JoeCory said: These might help you out This will help with the padding at the bottom of the pages and above the footer .page-content{ padding-bottom: 17px !important; } This will help with the padding inside the footer .footer-inner{ padding-top: 17px !important; padding-bottom: 17px !important; } Hope they help Thank you so much !!!! Worked like a charm :) Link to comment
flairstyleco Posted May 2, 2020 Author Share Posted May 2, 2020 4 minutes ago, tuanphan said: Add to Home > Design > Custom CSS .footer-inner { padding-top: 5px; padding-bottom: 5px; } div#home-1 .index-section-wrapper { padding-top: 20px; } Thank you so much !!!! Worked perfectly :) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.