Re-Made
09-02-2018
07:10 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
Changing Blog text size in mobile view
Hi
I use the code below so that the text in my no-header pages are a bit smaller in mobile view but I need my Blog page to be 100%. Can anyone let me know what code I need to use to effectively make my blog entries (in no-header versions) the exception to this rule?:
@Media(max-width: 992px) {
body.no-header-page {
font-size: 80% !important;
}
}
I use Slick and I have looked through the code and there is no "blog-page" (and I have tried it anyway and it doesn't work) just #blogtable, .blog-content, .blog-post etc and I have tried all these too and the text remains the same - i.e. following the rule set above.
Can anyone help?
Thanks very much in advance 🙂
Rachel
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
2 REPLIES 2
Re-Made
09-02-2018
07:36 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
It's OK - I think I have fixed it....
Adam7

09-02-2018
09:52 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
Thanks for the update, @Re-Made!
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report