Title: Response H3
Last modified: August 2, 2018

---

# Response H3

 *  Resolved [edovandeven](https://wordpress.org/support/users/edovandeven/)
 * (@edovandeven)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/response-header/)
 * 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 7 years, 10 months ago by [edovandeven](https://wordpress.org/support/users/edovandeven/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresponse-header%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [NiteoThemes](https://wordpress.org/support/users/niteo/)
 * (@niteo)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/response-header/#post-10550823)
 * Hello, this should do a trick:
 *     ```
       .section-body h3 {
           font-size: 18px!important;
       }
       ```
   
 * Alex
 *  Thread Starter [edovandeven](https://wordpress.org/support/users/edovandeven/)
 * (@edovandeven)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/response-header/#post-10550929)
 * Thanks Alex!
    That works!

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

The topic ‘Response H3’ is closed to new replies.

 * ![](https://ps.w.org/cmp-coming-soon-maintenance/assets/icon-256x256.png?rev=
   2393184)
 * [CMP - Coming Soon & Maintenance Plugin by NiteoThemes](https://wordpress.org/plugins/cmp-coming-soon-maintenance/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cmp-coming-soon-maintenance/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/)
 * [Active Topics](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [edovandeven](https://wordpress.org/support/users/edovandeven/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/response-header/#post-10550929)
 * Status: resolved