Hi I need to reduce space beetween "header bottom" widget and "mainbody" widget.
Could you help me?
tks
fernandodangelo Try add this to override.css file and change padding value accordingly (don't forget to enable override from Template Options -> Advanced tab): :
#gk-header-bottom{padding:5px 0 !important;}
Kindly ensure to clear your browser cache if changes
it's not working. Could you help me?
fernandodangelo Hi, try with this code as well:
.frontpage #gk-mainbody-columns { padding: 0; } .frontpage .box.parallax { padding: 80px 0 !important; }