Forums

[resolved] How to close the gap between my website title and subtitle? (7 posts)

  1. simsonic
    Member
    Posted 9 months ago #

    I am trying to figure out how to close the space between my website title (Sim Barhoum) and the subtitle (teaching, editing, writing, surfing). Can anyone give me some advice?

  2. esmi
    Theme Diva & Forum Moderator
    Posted 9 months ago #

    Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.

  3. simsonic
    Member
    Posted 9 months ago #

    Sorry! the website is http://www.simbarhoum.com

  4. esmi
    Theme Diva & Forum Moderator
    Posted 9 months ago #

    Edit style.css:

    #logo {
        bottom: 10px;
        height: 60px;
        margin-left: 5px;
        max-height: 60px;
        padding-top: 14px;
        z-index: 1;
    }

    and remove height: 60px;.

  5. simsonic
    Member
    Posted 9 months ago #

    your the best esmi! Now it created a space between the subtitle and the menu below it...do you know how to close that gap?

    Thank you for the help so far!

  6. esmi
    Theme Diva & Forum Moderator
    Posted 9 months ago #

    #headerwrap {
        height: 100px;
    }

    Reduce that height value.

  7. simsonic
    Member
    Posted 9 months ago #

    esmi...thank you very much!!!

Reply

You must log in to post.

About this Topic