• Resolved alinaciobanu

    (@alinaciobanu)


    I want to modify the css for displaying the logo. I want the logo to be displayed full width when I select the “allign-left” mode, so that it doesn’t shrink or dip[lay on two lines (when using text). Is there any code I could add to the advanced settings/ custom css box?
    Or any code I could change in what file? I can edit css code, so either solution would help
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.