[Resolved] Inline logo and site title

Home Forums Support [Resolved] Inline logo and site title

Home Forums Support Inline logo and site title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2389246
    Alex

    Hi! Would you please help me to display logo and site title inlined, not the logo above the title?

    #2389253
    Fernando
    Customer Support

    Hi Alex,

    In you style.css file, you have this custom code:

    .site-branding-container {
        flex-direction: column;
        align-items: flex-start;
        }

    Try replacing column to row.

    #2389262
    Alex

    Thanks for your support, it’s great! Is it possible to move the site description to the left below the logo?

    #2389546
    David
    Staff
    Customer Support

    Hi there,

    Try adding this CSS:

    
    .site-description {
        position: relative;
        left: -60px;
    }
    #2389718
    Alex

    Thanks for your support. That’s perfect!

    #2409689
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.