Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1139948

    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…

    #1140007

    Hey Fixturlaser,

    Add this to quick css:

    .content{
    padding-top:0px!important;
    padding-bottom:0px!important;
    }

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.