Viewing 1 reply thread
You must be logged in to reply to this topic.
My pages on the desktop look great, but on a smart phone the page titles are too big. Case in point:
https://mariposa.svsimagery.com/welcome-to-river-bend/your-community/
That page title is “Your Community”, but on a smartphone, you only see “Your”.
Is there a way to size down the mobile page title so it fits???
Hello,
Please add this code to your page CSS box:
@media (max-width: 480px){ .header_page h1{ font-size: 35px !important; margin-left: 25px !important; } }
If you want to make the titles of all your pages smaller on mobile view, add the code to your custom CSS box (on theme general options).
Let us know.
Best regards!
You must be logged in to reply to this topic.