• Hello nice theme,
    I want to center logo in banner area. Still not found the CSS must change. How can i do that?

    Thanks

Viewing 1 replies (of 1 total)
  • Hey there r1cfin,

    Hope you’re well today!

    Please try adding the following CSS into Appearance >> Theme Options >> Styling Options >> Custom CSS:

    .header-wrapper .col-md-4.col-sm-4 {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    float: none;
    }
    .logo {
    text-align: center;
    }

    This should center the logo. If this doesn’t work please post a link to your site so I can take a look.

    Hope this helps 🙂

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘Center Logo in Banner’ is closed to new replies.