If you are using Feed Them Social plugin for WordPress to display your Twitter feed, then you may have encountered a very small font problem when displaying the widget on the website. When viewed on the Web, the widget may look like this:

If you edit the CSS code directly in the plugin, this patch does not always work properly. So you can also define the font size directly in the appearance of the template, where the font size change is already working.
Follow these isntructions:
- go to “Appearance” in the left side menu
- click on “Customize”
- choose “CSS” option in menu
Here you can add this CSS code:
/* plugin twitter box resize font */
.fts-twitter-text {
padding: 8px 0 0;
display: block;
line-height: 19px;
text-align: left;
clear: both;
font-size: 16px;
}
Byl pro Vás tento článek užitečný?
Klikni na počet hvězd pro hlasování.
Průměrné hodnocení. 0 / 5. Počet hlasování: 0
Zatím nehodnoceno! Buďte první
Je mi líto, že pro Vás nebyl článek užitečný.
Jak mohu vylepšit článek?
Řekněte mi, jak jej mohu zlepšit.