[Support request] Logo next to site title and tagline

Home Forums Support [Support request] Logo next to site title and tagline

Home Forums Support Logo next to site title and tagline

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #769623
    Marie

    Hello,

    I am trying to add my logo on the left side of the site title and tagline, but I don’t see that there is that option. I positioned the tagline under the site title. Could you please help me to add the logo on the left site right next to site title and tagline?

    Thank you,
    Marie

    #769929
    David
    Staff
    Customer Support

    Hi there,

    add your logo and try this CSS:

    .site-logo {
    float: left !important;
    }
    #780427
    Marie

    Hi David,

    It worked well, thank you! Just in a mobile view it doesn’t work. Could you please help me to do the same in mobile view?

    Thank you,
    Marie

    #780575
    David
    Staff
    Customer Support

    Try this:

    @media (max-width: 420px) {
        .inside-header .site-branding {
            width: 70%;
            text-align: left;
        }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.