Hello Enfold,
On tablet the words in a special heading format get cut off when they reach the end of a column.
I would prefer that the heading would scale with the column if thats is possible.
Or at least add a return so the sentence runs over 2 lines.
Thank you!
Hi emilcobussen!
Can you post a screenshot and show the issue please? I tried going to mentioned page and resizing browser window but i cannot reproduce the issue.
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1270px) and (min-width: 990px) {
h5.av-special-heading-tag {
font-size: 12px;
}}
Regards,
Yigit