Tagged: cornerstone
-
AuthorPosts
-
May 27, 2016 at 8:13 am #1012891
Having an issue on some pages where the H1 is not wrapping on mobile, however Cornerstone’s mobile
preview doesn’t show it being an issue.Please see attached screenshot from an iPhone 6. The page in particular is http://www.nightnannies.com/surrey-and-east-berkshire/, running the latest versions of WordPress, X and Cornerstone.
May 27, 2016 at 9:52 am #1013026Hi There,
Please add the class h-resp at your Custom Headline Class Box.
Please see img attached.
Hope that helps,
Joao
May 27, 2016 at 11:08 am #1013117Hi Joao
I’ve applied resp-h (as your screenshot showed), and also tried h-resp (as you instructed) – however neither have worked.
May 27, 2016 at 1:51 pm #1013356Hi There,
Please try adding the following code to your Appereance / Customizer / Custom / CSS
@media (max-width: 480px) { h1 .h-custom-headline .cs-ta-center .resp-h .h3 .accent { font-size: 130%; } }
Hope that helps,
Joao
May 27, 2016 at 2:15 pm #1013403Still no change.
May 27, 2016 at 7:07 pm #1013667Please try this:
@media (max-width: 480px) { #x-section-1 .h-custom-headline { font-size: 150%; } }
Hope this helps.
May 31, 2016 at 9:10 am #1018169Many thanks
May 31, 2016 at 9:33 am #1018207Glad we were able to help 🙂
If you need anything else please let us know.
-
AuthorPosts