• I am new to WordPress and am using the Pinboard theme. The mobile menu dropdown arrow button is not working consistently. Sometimes the menu opens/collapses when I press the dropdown arrow, and sometimes it does not. When I enlarge the button on my mobile phone it works perfectly. Is there a css I can add under “Layout” to increase the size of the arrow for easier maneuverability? Note that everything is working fine on the deskstop version of the menu.

    View site on mobile: https://www.the5thelement.org

    • This topic was modified 8 years, 2 months ago by ericachick.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello, I checked under “Breema” and “About us” and it seems to be working fine, it is visible and easily clickable. Is your phone outdated?
    You can try pasting this on your CSS injector and increasing “width and height”:

    } .drop-down-arrow { display:block; width:2; height:2; margin:10px 0 0 8px; border-top:10px solid #eee; border-left:transparent 10px solid; border-right:transparent 10px solid; }

    and if that doesn’t work, dive into the responsive theme files and edit the width and height from there.

    Good luck ??

    Thread Starter ericachick

    (@ericachick)

    I have tried it on three different phones and am finding the same issue. You were able to expand and collapse the menu repeatedly?

    I will try to CSS injector width/height modification you suggested…thank you!

    Yes, it works on my end, repeatedly.

    Thread Starter ericachick

    (@ericachick)

    Thank you ohmycode! I changed the size of both the toggle and the arrow and entered into the custom css and it is resolved. It seems that for a smaller size screen I needed the button to have just a bit more surface area.

    Closed

    • This reply was modified 8 years, 2 months ago by ericachick.

    I am happy I could help. I checked it out and looks good! Don’t forget to mark this topic as resolved to help others find answers fast.

    Have a good day! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mobile Menu Arrow Not Working Consistently’ is closed to new replies.