[Support request] Logo size and logo layout – title and description of the site

Home Forums Support [Support request] Logo size and logo layout – title and description of the site

Home Forums Support Logo size and logo layout – title and description of the site

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #629886
    Mariusz

    I want to put the logo on the left side of the header and on the right (at the same height) the title of the site and the description of the site. How to do it?
    I can not maneuver the logo size automatically … Please help.

    #630051
    David
    Staff
    Customer Support

    Hi there,

    you can float the site branding to the right with this CSS:

    .site-branding {
        float: right;
        clear: right;
    }

    The size of header logo will be displayed at the size of the image you upload. Although you can resize with CSS it is best to size the image before uploading.

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