• Hi,

    I use a form on all my products pages to invite people to sign up and see the new products I list.

    On desktop it looks fine, but on mobile the sign-up button font “JE RESTE INFORME” is disproportionally big as if it was not sizing down from the desktop font.

    Would you have any idea how I could fix that ? Is it through CSS ?

    Many thanks and have a great day !

    Quentin

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @qlucantis,

    Thanks for reaching us,

    Please try adding this CSS inside WordPress Dashboard > Appearances > Customize > Additional CSS and check it once?

    @media (max-width: 768px){
    input[type=submit]{
        font-size: 10px!important;
    }
    }

    Let me know if this helps you or not and I will be back.

    Regards,
    ThemeGrill Support Team

    Thread Starter qlucantis

    (@qlucantis)

    Hi Barsha,

    Many thanks for your help ! Unfortunately this does not work and the font appears the same size with the new CSS.

    Let me know if you find other options.

    Many thanks,

    Quentin

    Hi @qlucantis,

    While checking the code seems to be working fine on my end. Please try adding the code on top of the additional CSS box. If it did not work, kindly contact us via live chat support here: https://themegrill.com/ and we will get back to you.

    Regards,
    ThemeGrill Support Team

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mail Poet mobile form x Cenote Pro’ is closed to new replies.