• How can i deactivate the changed font sizes in mobile view?

    On desktop it looks fine, on mobile it makes all the fonts 16px.

    This seemes so be the problem:

    @media screen and (max-width: 499px)

    mailpoet-pu…ver=6.3.1:1

    .mailpoet_form .mailpoet_submit, .mailpoet_form .mailpoet_paragraph, .mailpoet_form .mailpoet_form_paragraph, .mailpoet_form .mailpoet_textarea, .mailpoet_form .mailpoet_text, .mailpoet_form .mailpoet_select, .mailpoet_form .mailpoet_form_image, .mailpoet_form .mailpoet_message, .mailpoet_form .mailpoet_paragraph select {

    1. font-size: 16px !important;
    2. line-height: 1.4 !important;

    If i deactivate the font size in chrome dev it works.

    All the best,

    Daniel

Viewing 1 replies (of 1 total)
  • Plugin Author Bruna a11n

    (@bruberries)

    Hi @helloplanetat,

    Are you referring to the font size for your MailPoet form?

    If so, you’ll need to change the size in the @media screen CSS. It’s currently set to font-size: 16px !important; so if you want to have a smaller font on mobile, there’s is where you should change it.

    This CSS may be coming from your theme’s or from WordPress Admin > Appearance > Customize > Additional CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘Wrong Font Size mobile’ is closed to new replies.