Tagged: x
-
AuthorPosts
-
October 8, 2016 at 6:09 am #1207884
PolaradventuresParticipantI would like to make the heading responsive / go smaller when viewed on mobile devices. In the attached image you can see that the heading is way too big for smaller devices.
October 8, 2016 at 6:09 am #1207886
PolaradventuresParticipantThis reply has been marked as private.October 8, 2016 at 7:02 am #1207936
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
@media (max-width: 767px){ .page-id-3498 #x-section-1 .h-custom-headline { font-size: 22px; padding: 15px 10px; } }Hope it helps 🙂
October 8, 2016 at 7:58 am #1207955
PolaradventuresParticipantThat worked, thank you =).
I would now like to apply this to all subpages of
http://polaradventures.eu/flugexpeditionen/
and
http://polaradventures.eu/schiffe/
How can I do this?
October 8, 2016 at 9:57 am #1208015
ThaiModeratorHi There,
In this case, please update the previous CSS a bit:
@media (max-width: 767px){ .my-custom-headline.h-custom-headline { font-size: 22px !important; padding: 15px 10px !important; } }Then add the
my-custom-headlineto the class field of your custom headlines:http://i.imgur.com/YGEC89y.png
Hope it helps 🙂
October 10, 2016 at 8:34 am #1209913
PolaradventuresParticipantIs there a way that I do not have to edit every page individually to put in the “my-custom-headline” class?
I want this to apply to almost 100 pages – it would be really tedious if I had to edit every page individually.
October 10, 2016 at 9:46 am #1210016
ThaiModeratorHi There,
Please try with this:
@media (max-width: 767px){ .h-custom-headline { font-size: 22px !important; padding: 15px 10px !important; } }Hope it helps 🙂
October 11, 2016 at 6:00 am #1211265
PolaradventuresParticipantThanks this worked! =)
October 11, 2016 at 7:44 am #1211360
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1207884 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
