• Resolved Gibbon Travel

    (@gibbon-travel)


    I am using a Travelify child theme, and have successfully uploaded a header image that includes my logo. So now, I don’t need the space above the header image. http://www.gibbontravel.com

    Also, I seem to be unable to successfully locate any of the css areas where I can make these kinds of edits, so if there is another way I’d greatly appreciate it.

    Please advise. Thank you!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Silkalns

    (@silkalns)

    Add this to Appearance – Theme Options – Other – Custom CSS

    .hgroup-wrap {
        display: none;
    }

    It will hide content are right above header image.

    Thread Starter Gibbon Travel

    (@gibbon-travel)

    Awesome Awesome Awesome – thanks so much Silkalns, this worked perfectly.

    I too uploaded a header image that includes my logo, and it looks great on the desktop version of website. However, when viewing the responsive site on a mobile device, there is still a good bit of space above my header image. I tried implementing this code you mentioned above @silkalns, but it doesnt help.

    Do you have any suggestions/custom CSS code for me? My website is http://www.wheresthegringo.com & I do not have a child theme.

    Thanks so much.

    Theme Author Silkalns

    (@silkalns)

    @fordquarterman

    This thread is marked as resolved, please start your own thread and leave this as reference.

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