Okay
  Public Ticket #981374
Unwanted space at top of page
Closed

Comments

  •  2
    John started the conversation

    Hi,

    The page referenced (http://www.truesapien.com/testing/) has some white space between the menu and the first section of about 1cm/1" - is there anyway to remove this space so the menu and section butt up between each other? Can I do it for this page only?

    Kind regards,

    John

  •  840
    Jelly replied

    Hi,

    Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    .page-id-1578 #header .navbar-brand {
     padding: 0px;
    }
    .page-id-1578 .container.blog {
     padding-top: 17px;
    }

    Best Regards,
    Jelly Team