Tagged: Font Fitting
Hey Anna_Tewes,
Thank you for the inquiry.
Adding this css code should adjust the size of the post titles in the AJAX search container.
.av_ajax_search_title {
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
line-height: 1.2em;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
and how can I fix the problem on mobile, when Text or words are too long, so you can’t read the full sentence. It goes over the right border.
Hi,
To change the font size of the red text in your screenshot Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #header #menu-item-search .ajax_search_response a.av_ajax_search_entry {
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
line-height: 1.2em;
}
After applying the css, please clear your browser cache and check.
This is the expected result:
Best regards,
Mike