Okay
  Public Ticket #2645374
increase submenu button on mobile
Closed

Comments

  •  9
    mascauvy started the conversation

    Dear Tahir, 

    How can I increase the size of the submenu button on mobile version?

    Thanks for your help!

    Kind regards

    Sophie

  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (max-width: 999px) and (min-width: 1px) {
        .page-submenu .mobile-menu-link {
            transform:scale(1.5) !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  9
    mascauvy replied

    That's great! Thanks Tahir!

    Kind regards

    Sophie