• Resolved ikit89

    (@ikit89)


    Hello,
    I’m using the Pen theme, which incorrectly shows the currency on my mobile devices. If I click on the main category, not all subcategories will be displayed (you cannot scroll through the menu below). Probably a CSS fix that I can’t remove. Please advise me. Well thank you.

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

Viewing 1 replies (of 1 total)
  • Theme Author htmlpie

    (@htmlpie)

    Hi there,

    You can fix the mobile menu problem by adding this CSS through Appearance -> Customize -> Additional CSS:

    @media only screen and (max-width:1024px) {
      #pen_navigation_mobile ul#primary-menu-mobile {
        max-height: 90vh !important;
      }
    }

    We’ll include this in the next update.

    Not sure if you mean “currency” or “currently”? as checking your site, I don’t seem to find any mention of a currency.

    Also, perhaps you should check your Spam box. We did reply to your first support email a few days ago, and then your second support email – same message – yesterday, and now this ticket, perhaps something is wrong with your email. Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile menu’ is closed to new replies.