Too small font on whole website

Hi,
We’ve got a problem with font on our website. Normal text on his default size (1) is too small and I see no reason for it. Only thing I thought is there could be some unfinished tag on website, but I cant find it. Could you check it out and help me? The website adress is http://sszz.webyskol.cz/ .

Thanks

Tereza
Než zazvoní

Hi @nezzazvoni,

Thanks for writing in!
Can you please clarify which font is small? I can see the site looks normal with default font size.

Let us know so that we can help you with this.

Thanks

I guess font used for normal text (body) is too small or it really looks like that. Look at prtscreen - lett is normal text with 1 size on our other website, right is this web with font size issues.Looks different.

Hi @nezzazvoni,

Thanks for writing in!

If I understand properly you want to increase the default font size of the text element when you add it to a page, which is by default 1em.

You can change the size in the editor.

If you want to increase the default body font you can use custom CSS for that.
Please add this CSS to your theme option -> CSS

body {
font-size: 20px; /* you can change the value */
}

Hope this is something you are looking for.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.