Is that the theme you are using? If so, you’ll need to ask the developer – as these forums only support themes from here:
https://ww.wp.xz.cn/themes/
Thread Starter
marcio
(@marcio)
No it’s not the theme I am using, in fact that is the result I want to get. Do you know how I could modify an official wordpress theme to get that kind of responsive headlines?
Generally, using media queries in the CSS – are you familiar with how those work?
Thread Starter
marcio
(@marcio)
Yes, but I’m looking for a standard solution. Not trying to reinvent the wheel. Is there some resource I can check?
There is no standard solution – CSS is theme and site specific.
Or maybe I’m misunderstanding your question 🙂 ?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Have you tried using percentage font sizes?
Oh duh, good point, Andrew :)! (Of course, Mr. CSS-whiz!)
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Hehe thanks, but like you I thought there wasn’t exactly a standard since media queries were so commonly used for responsive websites.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I’m trying to automatically resize the headlines (h1, h2…) when
the viewport is resized.
Technically you’re looking for a “fluid” layout.
http://www.smashingmagazine.com/2009/06/02/fixed-vs-fluid-vs-elastic-layout-whats-the-right-one-for-you/