• otb jo

    (@joseerivera)


    Is there a way to make the text on the mobile menu larger?

    The vertical side menu that pops up on smaller screens is very difficult to read and people end up clicking on the wrong menu item.

    Is it possible to make the text larger? Previous posts have had responses that a mobile top menu was going to be released in the future. Has that happened? That would solve the sizing problem too.

Viewing 1 replies (of 1 total)
  • Hey there otb jo,

    Hope you’re well today!

    This is definitely possible with some custom CSS. Please try adding the following to Appearance -> Theme Options -> Layout Options -> Additional Styles:

    @media (max-width: 1069px) {
    .sidr ul li a {
        font-size: 25px;
      	padding: 5px 15px;
    }
    }

    This is the original font size of the links (15xp), increase it to what ever suits you the most. I’ve also added 5px top/bottom padding so the buttons are also larger.

    If the code doesn’t work please keep it added and post link to your site so I can take a look.

    Previous posts have had responses that a mobile top menu was going to be released in the future. Has that happened? That would solve the sizing problem too.

    I’m not representing theme authors so I can comment on that one.

    Hope this helps ??

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile Menu text too small’ is closed to new replies.