Move main nav - by pocornell - on WordPress WooCommerce support

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

  • Avatar: pocornell
    pocornell
    Participant
    June 27, 2016 at 15:59

    How do we move the main nav to the right so it’s closer to the shopping cart?

    6 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 27, 2016 at 16:21

    Hello,

    Please use this code in Global Custom CSS

    .menu {
        text-align: right;
    }

    Regards,
    Robert Hall

    Avatar: pocornell
    pocornell
    Participant
    June 27, 2016 at 16:46

    If we want to move it even further to the right would we use margin-right: 700px?

    Avatar: pocornell
    pocornell
    Participant
    June 27, 2016 at 16:46

    Sorry, margin-left: 700px;?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    June 27, 2016 at 16:55

    Please use my code above and the following also

    .home .header-type-3 .header .navbar-right {
        width: 70px !important;
    }

    Regards,
    Robert Hall

    Avatar: pocornell
    pocornell
    Participant
    June 27, 2016 at 17:09

    Thank you.

    Avatar: Eva
    Eva Kemp
    Support staff
    June 27, 2016 at 17:20

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘Move main nav’' has been successfully resolved, and the topic is now closed for further responses

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