Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #84248
    Connie
    Member

    I would like to move the logo to the left of the site title on the following page:

    http://mdamishsheds.com/

    #84304
    Mahesh
    Keymaster

    Hi @Connie,

    Thank you for using Clean Box Pro.
    For the above change, please go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    @media screen and (min-width: 768px){
      #site-header {
        float: left;
        clear: none;
      }
      #site-logo {
        float: left;
        clear: none;
        margin-right: 20px;
      }
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Trying to move the logo to the left of the Site Title’ is closed to new replies.