• Resolved Kel86

    (@kel86)


    I would like to make my logo banner image fill the ‘header’ space entirely. Rather than there being spacing around it. I can see others have done this.

    Could I get a little help?
    thank you

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

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

    Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

    Kind Regards,
    Vinod Dalvi

    Thread Starter Kel86

    (@kel86)

    Hi Vinod, my website is https://www.mentalhealthbites.com – there is no image there at the moment. Just text. Thanks

    You can try achieving 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

    #site-logo {
        margin: 0;
    }
    #branding > .container > .hgroup-wrap {
        padding: 0;
    }
    #branding > .container {
        margin: 0;
    }

    Best Regards,
    Vinod Dalvi

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header image fill’ is closed to new replies.