Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #114842
    Bergie
    Participant

    My header cuts off the top of all the pages. If I take the logo out it works. I have made the logo height 60 which is small than I want it and it still dows not work.

    Good example on my contact page but does on all

    http://209.236.65.7/contact-us/

    #114850
    Mahesh
    Keymaster

    @klevinberg: The issue is because of the long menu (menu items) and the header text on your site. This can be resolved using custom CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .nav-primary .menu a {
        padding-left: 15px;
        padding-right: 15px;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header cuts of top of other pages’ is closed to new replies.