• Hi there!

    So I’m looking to centre my header image on https://thehostelgirl.com so that I can place my menu below it.

    I’ve already tried using the css coding I found here but it won’t centre the logo.

    Any tips would be great!

    Also, while I have your attention! Does anyone know if I can add a secondary menu to the origin theme to place above the logo toward the left of the screen?

    Thank in advance!

Viewing 1 replies (of 1 total)
  • Add this to your Custom CSS and see if it works for you.

    #branding {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    }

    #menu-primary {
    width: 100%;
    margin: 0px 0 12px 0;
    }

    Your menu will wrap so you might want to remove on of the menu items and make it a submenu item

Viewing 1 replies (of 1 total)
  • The topic ‘Centre Header Logo Image – please help!’ is closed to new replies.