• Resolved edovandeven

    (@edovandeven)


    I entered some custom CSS for H3:

    h3 {
    	font-size: 18px;
    	margin-top: 50px;
    }

    But on mobile is H3 larger then 18px.

    I’ve also tried:

    @media only screen and (max-width: 991px) {
        h3 {
    	font-size: 18px;
    	margin-top: 50px;
    }
    }

    But on mobile is H3 larger still 18px.

    How can i solve this. So that H3 is always 18px

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

    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 ‘Response H3’ is closed to new replies.