Hi,
I want to remove the space between the bar indicating to the user where he is in relation to his navigation and the content of the page. How to do this?
It’s the same space between the content of the page and the footer (created from a page format). I want to remove it also…
Hey Fixturlaser,
Add this to quick css:
.content{
padding-top:0px!important;
padding-bottom:0px!important;
}
Best regards,
Jordan Shannon