How can i add padding to product categorie page?
I'm using the beheader builder with custom heigts in the rows.
- For every page i have to add custom padding (Top 150px). Is there a way to add this default to every page?
- How can i add this padding to the product-categories page? URL : [Links visible only for registered users]
Kind Regards from Belgium
Andy
Comments
PS. Same question if you go to te product page : [Links visible only for registered users]
How to add this padding?
Hi,
Please, put the following CSS code in Betheme -> Theme options -> Custom CSS & JS -> CSS, and check if this is what you wanted to achieve.
body{ padding-top: 150px!important; }It will add this padding at the top for all pages on your website.
Thanks
This seems to work. Thanks.