• Resolved pzmarketing

    (@pzmarketing)


    Hi,

    I would like to change the Font-size on the mobile view, since at the moment, are the titel-font too big and the body-font too little.

    Can you help me please to change it? I’m not an IT-person and I can’t do myself the rigth css-customized codes.

    Thank you in advance for your help!!!
    Paula

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ales

    (@alesmal)

    Hello, please use this custom CSS:

    @media only screen and (max-width : 620px) {
         h3 {
          font-size: 1em!important;
        }
    }

    Ales

    Thread Starter pzmarketing

    (@pzmarketing)

    Thank you! but nothing changes 🙁 … the code doesn‘t work…

    • This reply was modified 6 years, 3 months ago by pzmarketing.
    Thread Starter pzmarketing

    (@pzmarketing)

    and I would like to reduce the size of the title and increase the size of the body Text… with the code you’ve gave me, everything is like before… no change at all 🙁 …

    • This reply was modified 6 years, 3 months ago by pzmarketing.
    Plugin Author Ales

    (@alesmal)

    sorry my bad, this is a correct code:

    @media only screen and (max-width : 620px) {
         .section-body h3 {
          font-size: 1em!important;
        }
    }
    • This reply was modified 6 years, 3 months ago by Ales.
    Thread Starter pzmarketing

    (@pzmarketing)

    THANK YOUUUU! Now it is working perfect!

    Have a nice day!
    Paula

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

The topic ‘Font Size Mobile’ is closed to new replies.