Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I am having trouble with the header title/ headline resizing or fitting on mobile view compared to desktop view. The desktop view looks great but the mobile view bigger words get split up. Any way to fix this without changing the size of the desktop font?
http://preview.rytechllc.com/78amhc.0763d2c7516f54b7ac39e898c7cbe04b
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
1 Best Answer
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Best Answer
I found a solution to this problem: The code below needs to be added to the bottom of your main css file:
@media (max-width: 992px) { body.header-page { font-size: 40% !important; } }
3 REPLIES 3
Adam7

01-31-2019
11:30 AM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Is that site using a custom theme, @Collin_S?
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Yes, but the only changes to the site have only been color changes to the nav bar and footer.
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Best Answer
I found a solution to this problem: The code below needs to be added to the bottom of your main css file:
@media (max-width: 992px) { body.header-page { font-size: 40% !important; } }