• obieefans

    (@obieefans)


    Hi all,

    I have installed a paid theme and everything went well. I used to have meta, search and social sharing buttons. I removed them and now trying to remove the white space also but i couldnt. I tried putting 0 on top-margin padding, but nothing changed. can you guys help me. below is the link to the site.
    https://goo.gl/j2CmY

Viewing 5 replies - 1 through 5 (of 5 total)
  • esmi

    (@esmi)

    As you are using a commercial theme, you need to seek support from the theme’s vendors.

    Thread Starter obieefans

    (@obieefans)

    yes its a commercial theme. bought it with godaddy hosting. I tried support in the seller site but nothing promising. they did not responded til now.

    Thread Starter obieefans

    (@obieefans)

    they gave me a walk though on the installation and options about the theme nothing more.

    peredur

    (@peredur)

    Your logo and main menu are absolutely positioned. You need to adjust the top values and then modify the height of the header. I had:

    #header {
      height: 30px;
    }
    
    .logo {
      top: 0;
    }
    
    nav.primary {
      top: 10px;
    }

    You may prefer other values.

    If your theme won’t permit the use of a Child Theme, you’ll probably want to add these new rules to the end of your theme’s style sheet and keep a copy. Modifying themes directly is not recommended.

    Cheers

    PAE

    Thread Starter obieefans

    (@obieefans)

    i will try it and let you know if it worked or not. thanks a lot.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘White space above header’ is closed to new replies.