• Resolved webforgesolutions

    (@webforgesolutions)


    Hey there,

    Adjusting the font size of the header on dekstop works very well, but it wouldn′t change on mobile devices. No matter which I take. Desctiption and dropdown are the only two elements which changes the font sizes on desktop and mobile.
    Ist there any solution for this problem?

    kind regards

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

Viewing 1 replies (of 1 total)
  • supportstylemix

    (@supportstylemix)

    Hello,
    Thanks for reaching us here!
    Please add the following CSS code to the Customize option of that page:

    @media screen and (max-width: 500px)
    .calc-container .calc-list .calc-subtotal-list .sub-list-item.total span {
        font-size: 16px!important;
    }
    @media screen and (max-width: 500px)
    .calc-container .calc-list .calc-item h4 {
        font-size: 20px!important;
    }

    In my mobile version, I got this style fist: [Screenshot] after the above CSS code, it is like that: [Screenshot]

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Couldn′t change font size on mobile’ is closed to new replies.