Header of blogposts not responsive
I have published several blogposts on my site, but the headline on the mobile version is not adjusted here: [Links visible only for registered users] How can this be changed? It worked for one blogpost: [Links visible only for registered users]
Thanks for your help!
Comments
Hello,
Please use the following CSS code:
@media only screen and (max-width: 767px){ #Subheader .title{ hyphens: auto; } }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS, and check if it is what you want to achieve.
Thanks
Hello,
Unfortunately, it is not working. Is there any other solution?
Thanks.
You can decrease the font size manually in Betheme -> Theme options -> Fonts -> Size & Style by disabling the Auto font size option and choosing font for tablet and mobile.
Best regards
Thank you! :)