Viewing 5 replies - 1 through 5 (of 5 total)
  • Anonymous User

    (@anonymized-11863519)

    could you post a link to your website?

    if your logo is an hard image with the class align-left

    you could do something like

    img.align-left{
    width:100%;
    height:auto;
    }

    or when u have a class with an image as a background

    .image.align-left{
    background-size:100% 100%;
    width:200px;
    height:100px;
    }

    it’s easier to help, if we could see the page 🙂

    cheers

    Do you want the menu to stay on the right? Or drop below the logo?

    Kadence Themes

    Thread Starter alinaciobanu

    (@alinaciobanu)

    I am not using the primary menu, but the secondary, so the logo is on top, not interfering with it.
    I don’t really have a link, I’m working on wamp for the moment

    so in the theme options, main setting make your logo layout the centered option then add this css:

    .col-md-12>#logo {
    text-align: left;
    }

    Kadence Themes

    Thread Starter alinaciobanu

    (@alinaciobanu)

    Does the job 🙂 thanks for helping!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Logo layout’ is closed to new replies.