Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #273225

    Hi

    I use a long dropdown menu in my design of the website. However on a Ipad not the complete list off items in the dropdown menu is showing and I can not scroll down to see them. Is there a solution for this problem.

    • This topic was modified 9 years, 10 months ago by perfortuna.
    #273585

    Hi,

    Post a screenshot as a private reply, only mods will see it.

    Best regards,
    Josue

    #273850
    This reply has been marked as private.
    #273853

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    #top .av-main-nav ul a {
    padding: 4px 15px; }}

    You can also go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px to activate mobile menu on tablets

    Best regards,
    Yigit

    #273857

    Hi,

    I have paste the code into the quick CSS but nothing changed

    Michel

    #273859
    This reply has been marked as private.
    #273860

    Hey!

    Please try adding !important rule as following

    @media only screen and (max-width: 990px) {
    #top .av-main-nav ul a {
    padding: 4px 15px!important; }}

    and flush browser cache after applying the code

    Best regards,
    Yigit

    #273861
    This reply has been marked as private.
    #273863
    This reply has been marked as private.
    #273952

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so i can take a look?

    Best regards,
    Yigit

    #273986
    This reply has been marked as private.
    #273991

    Hey!

    “Forbidden
    You don’t have permission to access /wp-admin/ on this server.”

    Best regards,
    Yigit

    #274074
    This reply has been marked as private.
    #274080

    Hi!

    Please try it now, it should be working fine. I have adjusted the code a bit in Quick CSS field

    Regards,
    Yigit

    #274084
    This reply has been marked as private.
    #274091

    Hi Michael!

    What’s exactly the issue on IE8? here’s how it looks for me on IE8:

    Regards,
    Josue

    #274150

    Hi

    When I look at it the logo (SenseTek) is half behind the menu

    Michel

    #274154

    Can you post a screenshot?

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