Home › Forums › Gillion Theme › Titles In Mobile Device
Home › Forums › Gillion Theme › Titles In Mobile Device
Hi @tiagosimk,
I hope you are well today and thank you for your question.
This is happening because there isn’t enough space on mobile devices to display title in one line.
You can resolve it reducing the title font size by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
body #page-container a.post-title h2 { font-size: 22px !important; }
Best regards,
Shufflehound team