Support » Theme: Storefront » Right-Align Secondary Menu

  • Resolved sabertooth12

    (@sabertooth12)


    I have right-aligned the secondary menu, but it is not in-line with the cart icon.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    Your site is password protected so we are not able to help you out.

    If you can remove that, we would be able to have a look and provide you with the CSS you would need to fix that.

    Job a11n

    (@jobthomas)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    what about if i want to make the navigation bar in the same logo line ?
    what css code can i use ?
    https://salepair.binrush.com

    @media (min-width: 768px) {
    .storefront-primary-navigation>.main-navigation {
    float: right !important;
    margin-right: 0 !important;
    width: 100% !important;
    }
    .main-navigation ul.menu,
    .main-navigation ul.nav-menu {
    text-align: right !important;
    }
    .storefront-primary-navigation>.main-navigation>.menu>ul>li {
    text-align: right !important;
    }
    .main-navigation ul.menu>li:first-child,
    .main-navigation ul.nav-menu>li:first-child {
    margin-left: 0;
    }
    .main-navigation ul.menu>li:last-child,
    .main-navigation ul.nav-menu>li:last-child {
    margin-right: -1em;
    }
    }
    am using this code to make the navigation bar in the right side

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Right-Align Secondary Menu’ is closed to new replies.