Home Forums Pro Themes Photo Perfect Pro Sticky Menu Name Sizes

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #27162
    eurojer
    Participant

    Hello,
    When I enable the Sticky Menu option I have found that my menu titles are not properly fitting on the menu and are being cut off the page (i.e. I have to scroll to the right to see more) I have also noticed that while it looks ok on the computer when I view the page on my tablet many of the menu titles do not appear.

    Is it possible to have the font size of the Sticky Menu to be dynamic so that as I increase or decrease the number of menu headings they resize accordingly?

    Thank you…..

    #27237
    wensolutions
    Keymaster

    Hello @eurojer,

    While we have tested the sticky menu in desktop as well as responsive views on our side, the sticky menu seems to be working fine.

    Please Share with us your Website URL so that we could inspect the issue and provide you with a possible fix.

    Best Regards !!

    #27898
    eurojer
    Participant

    thank you for your reply. My URL is http://www.redcanoeimages.ca
    I am having an issue when viewing the page on a tablet specifically vs my laptop.

    Thank you….

    #27960
    wensolutions
    Keymaster

    Hello @eurojer,

    To make the menu display and stick within the screen in the ipad / tablet view,Please try pasting in the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    
    @media only screen and (min-width: 767px) {
    
    .header-navigation li a {
        font-size: 12px;
    }
    
    .sticky-menu-enabled #main-nav li.menu-item-has-children > a, .sticky-menu-enabled #main-nav li.menu-item-has-children > a {
    
    padding-right: 45px;
    
    }
    
    }

    Hope this Helps,

    Best Regards !!

    #28054
    eurojer
    Participant

    Hi Support Team!

    This worked perfectly! Thank you so much for your help and the quick reply.
    With thanks………

    #28055
    wensolutions
    Keymaster

    Hello @eurojer,

    Glad to know that your issue has been resolved !!

    Please feel free to post your queries if you have any issues further in the future.

    Best Regards !!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.