Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    Hello,

    the following CSS rule should make the buttons a bit smaller on mobile devices:

    @media screen and (max-width: 769px) {
    .wpmc-nav-wrapper button {
        line-height: 1.2em !important;
    }}

    You can use the “WP Admin -> Appearance -> Customize -> Additional CSS” page to add the CSS rule.

    • This reply was modified 6 years ago by SilkyPress.
    Thread Starter emmaphuongthien

    (@emmaphuongthien)

    Thank you for your support.
    Have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Button on Mobile too large’ is closed to new replies.