When I view full node pages the title on mobile phones in the vertical position is way too large. How do I modify the title so it's appropriate for mobile phones held vertically? The title sizes on tablets (vertical or horizontal) and mobile held horizontal looks fine.
I noticed there a file in the theme folder call mobile css. I'm assuming that's where I would start. But I can't seem to find the text i need to change the title sizes.
Hi Dammand,
There are two skins which support black color background: Blackboard skin and Color Dark skin. Which one do you have trouble with?
Kind regards,
Will
Color Dark
Here's my site URL: http://thepoliticus.com/
Any word on what I can do?
Hi Dammand,
You could add following CSS code to the end of sites/all/themes/tb_wall/skins/color-dark/styles.css to fix the issue:
@media screen and (max-width: 719px){ .region-mass-top .block-title, .article .node-title{ font-size: 1.3em; } }
Kind regards,
Will
Thanks! Works great!