Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hi! The menu cart does not float to the right because your navbar wrapper does not cover the full width (so basically it does float right, but there’s nowhere to float to, it’s already at the edge of the wrapping element).

    You can fix this with:

    ul.navbar-nav {
        width: 100%;
    }

    Hope that helps!

    Ewout

    Thread Starter edmelendez

    (@edmelendez)

    Thank you for your response. Any idea where I place the

    ul.navbar-nav {
    width: 100%;
    }

    code?

    Thank you

    Plugin Contributor Ewout

    (@pomegranate)

    in your child theme styles / style.css!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Alignment right in the nav bar.’ is closed to new replies.