Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #312626
    pras_k
    Participant

    Hello, our website is at http://presentmomentphotography.ca. I notice that the primary menu on the left-hand side doesn’t scroll. When testing on desktop, if I start increasing the font size in the browser, at some point the bottom menu items start disappearing. The main content area does scroll and I’m able to see all of it. However, I am not able to access the menu items that have disappeared. What can I try to solve this? Thanks in advance.

     

    #312636
    tikaram
    Participant

    @pras_k : I will check for the issue and get back to you soon.

    Regards,
    Tikaram

    #312655
    tikaram
    Participant

    @pras_k : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css

    @media only screen and (min-width: 1024px) {
      .main-navigation ul {
        overflow: auto;
        height: 330px;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #313708
    pras_k
    Participant

    Thank you very much, this worked perfectly!

    #313724
    tikaram
    Participant

    @pras_k : Nice to hear back from you and glad that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/chique-photography/reviews/#new-post . Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Have a good day! 🙂

    Regards,
    Tikaram

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Enabling scrolling or scaling of primary menu’ is closed to new replies.