Right Menu not same line as Cart

  • Hi,

    Love the theme, my right menu and cart seem to be on two different lines, I tried to reduce the font size/change number of items on the menu but nothing worked.

    Thank you

    The blog I need help with is: (visible only to logged in users)

  • Hello,

    We’re happy to hear you love the theme! Thanks for bringing this to our attention. We pushed an update to resolve this issue. However, in the event the update takes some time to be applied, you can perform the following step to resolve the issue:

    Within the “Additional CSS” section of the Customizer, add the following style:

    #navigation.text-left {
      display: flex;
      align-items: center;
    }

    I hope this helps.

    Thanks!

  • Thank you, that was a really quick fix. I have two other issues with the primary menu:

    1) the logo isn’t showing up anymore

    2) could I make only the menu text larger?

    Thanks again!

  • Hello,

    No problem!

    1. It seems you got the logo displaying again?

    2. Sure, just add the following style in the “Additional CSS” section of the Customizer:

    .menu a {
      font-size: 16px;
    }

    You can adjust the size as desired.

    I hope this helps.

    Thanks!

  • Great, thank you! and yeah, guess the logo just started working..

  • The topic ‘Right Menu not same line as Cart’ is closed to new replies.