• Resolved meierseppl

    (@meierseppl)


    Hello,
    i’ve been searching since two days but i can’t find the solution it by myself.
    The font-size of the tags for headlines and lists on my page on mobile devices (screen size < 380 px) are wrong and i can’t find a way to fix it. I’ve put following css line in my child style.css but nothing happens:

    @media (max-width: 380px) {
        h3 {
            font-size: 9px !important;
        }
        ul {
        	font-size: 9px !important;
        }
    }

    How can I solve this problem?

    Kind Regards
    Jürgen

    • This topic was modified 6 years, 7 months ago by meierseppl.

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

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile font-size’ is closed to new replies.