SacredEcology Posted January 23, 2020 Share Posted January 23, 2020 (edited) Does anyone know how to reduce the padding of the Blog & Store sections using CSS, on v7.1? The default top margin of the blog and store gallery is way too big. Thanks! Edited January 23, 2020 by SacredEcology Link to comment
tuanphan Posted January 23, 2020 Share Posted January 23, 2020 Can you provide link to your site? 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
stevegrant Posted January 13, 2021 Share Posted January 13, 2021 I need help with this too, on my homepage I have the store, have turned off showing the Store title and hidden the categories by making htem the same colour as the background with that section theme, If I could remove/hie both of them and reduce the padding at the top that would be amazing! Have attached a screenshot below https://www.ptaftf.com/ P: PTAFTF Link to comment
tuanphan Posted January 16, 2021 Share Posted January 16, 2021 On 1/14/2021 at 4:06 AM, stevegrant said: I need help with this too, on my homepage I have the store, have turned off showing the Store title and hidden the categories by making htem the same colour as the background with that section theme, If I could remove/hie both of them and reduce the padding at the top that would be amazing! Have attached a screenshot below https://www.ptaftf.com/ P: PTAFTF Add to Design > Custom CSS body.homepage ul.nested-category-children { display: none !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
stevegrant Posted January 19, 2021 Share Posted January 19, 2021 Amazing! thanks so much — works great on desktop, but is now a little tight on mobile, any way I can increase on mobile only? Link to comment
tuanphan Posted January 23, 2021 Share Posted January 23, 2021 On 1/20/2021 at 4:38 AM, stevegrant said: Amazing! thanks so much — works great on desktop, but is now a little tight on mobile, any way I can increase on mobile only? Add to Design > Custom CSS @media screen and (max-width:767px) { body.homepage #page section:first-child .content-wrapper { padding-top: 1px !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