Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #61963
    Thanatip
    Participant

    Hi,
    I use the 1128×162 px header image and it seems that there’s too much space between the header and the primary menu so the slider images does not fit on the PC screen. How can I fix it so that I don’t have to scroll down to see the slider?
    Another question, how can I change the font size in feature content? I think it’s a bit too big.

    Anyway, the theme works fine on mobile devices. Love it!

    Here’s my homepage http://www.ee.eng.up.ac.th/engup2558/

    Thanks

    #61998
    Sakin
    Keymaster

    @Thanatip: I see that you have uploaded your logo as Header Image. So, remove that header image. For logo, you need to go to “Appearance => Customize => Site Title & Tagline”. Then uncheck “Display Header Text” and uncheck “Check to disable logo”, then you can upload your logo by clicking on change image.

    Then you can remove your header right sidebar from “Appearance => Customize => Header Right Sidebar Options” and check in “Check to disable Header Right Sidebar”. Then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #site-branding, #masthead #site-header { padding: 0; }

    If you further want to reduce the spaces, then you can adjust the padding-top and padding-bottom in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #masthead { padding-top: 20px; padding-bottom: 20px; }

    #62006
    Thanatip
    Participant

    Thanks Sakin for super fast response !

    My issue is fixed!

    Thanks!

    #62028
    Sakin
    Keymaster

    @Thanatip: Thanks for your appreciation 🙂

    #67252
    Alisa
    Member

    Update: Never mind. I found a fix in another thread:
    #hgroup-wrap { display: none; }
    Just needed to hide the header completely.

    Hello,
    I have the same issue. Not able to remove that big gap under the header featured image. Help please. Thank you.

    #67330
    Sakin
    Keymaster

    @Alisa: Can you explain what you want to remove with your site URL so that I can check in and send you the css.

    #67349
    Alisa
    Member

    @Sakin I was able to fix it. It was the header space showing in addition to the header featured image. Once I added the CSS code below, it disappeared:
    #hgroup-wrap { display: none; }

    Thanks!

    #67358
    Sakin
    Keymaster

    @Alisa: Ok thanks 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘space between header image and the primary menu’ is closed to new replies.