Forums
(@arex-bawrin)
6 years, 12 months ago
@bcworkz thank you for the advice,
I’m a bit of a noob so can you explain how I can achieve the last two paragraphs in a little more detail? Like which files I need to edit. Sorry!
It just ignored the break tag. I’m cautious about updating the theme option to narrow because I’m not looking for a universal solution for this. It’s just on a few pages where I need to break.
10 years, 6 months ago
SOLVED.
I downloaded Simple CSS plugin for WordPress to not mess with the CSS on future updates. Then I added the following code:
@media (max-width: 768px) { .site-title { font-size: 48px; } }
16 years, 2 months ago
Thanks a lot Michael!