how to get h2 smaller for tablet (and mobile) Home › Forums › Weaver Xtreme Theme › how to get h2 smaller for tablet (and mobile) This topic has 2 replies, 2 voices, and was last updated 10 years, 9 months ago by Nele. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts December 1, 2015 at 14:07 UTC #18382 NeleParticipant This is the site: https://tagungszentrum-karimu.de/kontakt/ Is there a possibility to get the h2 „Kontaktformular“ smaller when scaling down to small tablet – in order to avoid a second row for the word? User name and password removed by admin December 1, 2015 at 19:12 UTC - Views: 2 #25165 scramblerModerator if you just want to manipulate the size of that h1 on mobile, the easiest way is to add a class to its <span> tag and style it you have <span style=”font-size:30pt;”>Kontaktformular:</span> instead, use <span class=”mytext1″>Kontaktformular:</span> Then add the rules below in Main options > Fonts & Custom > Custom CSS Rule box .mytext1 {font-size:30pt;}.is-mobile .mytext1 {font-size:20pt;} December 1, 2015 at 21:17 UTC #25166 NeleParticipant Yes, very logical…. I have thought too complicated. Always great to get this help – thank you! Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In