Move logo to the left - by lnts - on WordPress WooCommerce support

This topic has 5 replies, 5 voices, and was last updated 7 years, 9 months ago ago by Eva Kemp

  • 4 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 10, 2015 at 09:57

    Hello,

    You can change Header Type in Dashboard->Theme Options->Header.

    Regards,
    Robert Hall.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 10, 2015 at 10:10

    Hello,

    Try the following css code in Theme Options > Custom CSS > Global Custom CSS:

    .tbs {
      position: absolute;
      right: 200px;
      top: 35px;
    }
    .header-logo {
      float: left;
    }

    Best regards,
    Jack Richardson.

    Avatar: brianbillups
    brianbillups
    Participant
    July 23, 2016 at 23:55

    I used the custom CSS code:
    .tbs {
    position: absolute;
    right: 200px;
    top: 35px;
    }
    .header-logo {
    float: left;
    }

    and it did allow me to position my logo on the left of the header, but is the a way that I can have my logo on the “edge” of the left side of my header? Even though my logo is on the left the is a small margin on the left side of my logo.

    Thanks.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    July 25, 2016 at 08:01

    Hello,

    Try to use this css code as well in Custom CSS for desktop section:

    .header-logo {
      width: 100px !important;
      margin-left: -50px;
    }

    Regards,
    Eva Kemp.

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.