• Resolved Kel86

    (@kel86)


    Hi!
    If I turn off the title text, to have my logo instead, it leaves quite a deep bar (which has the social media buttons on the right but with a good 2 line spaces either side. Its alot of blank space.
    Is there a way to narrow this?

    my website: https://www.mentalhealthbites.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @kel86,

    I hope you are well today and thank you for your question.

    Are you talking about the vertical space displayed in the right and left sides of header?

    If yes then you can try removing this by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Travelify Other Options

    #branding > .container {
        margin: 0;
        max-width: 100%;
    }

    Best Regards,
    Vinod Dalvi

    Thread Starter Kel86

    (@kel86)

    Hi Vinod,

    No I am refering to the horizontal bar – as indicated above this is the one which holds the title text and social media buttons if they are turned on.

    Thanks

    Ok then try using the below CSS code instead and change the values in the code to decrease or increase the spacing.

    #branding > .container > .hgroup-wrap {
        padding-top: 0;
        padding-bottom: 15px;
    }
    #branding > .container > .hgroup-wrap section.hgroup-right {
        margin-top: 18px;
    }
    #branding > .container > .hgroup-wrap #site-logo {
        margin-top: 12px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title bar depth’ is closed to new replies.