EDIT: Fixed, thank you!
I just got a new computer and for some reason some text on subeta is weirdly small (ex: the "Forum Home Help & Questions Creating New Topic" on this create a topic page, but not the actual text I'm writing, the "preview" button is tiny but not the "create topic" button, also the text in the drop down menus on the top of the page, the clock) If that doesn't make sense I can take some screenshots. Anyway is there a way to make just this text larger? I'm pretty sure it can be done with css but I am not that talented anymore.
help meeee
the only thing I can help with is the clock:
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
I can help out, screenshots would be good.
Also, check browser and OS default font sizes, something might be set too small?
That's a start! Thank you :P
Here is a screenshot. See how most of the text is tiny but then the text on the buttons and drop down are normal size. I want all the text to be the same size as on the buttons/drop down. I checked my os and browser but it seems to be only affecting subeta, and only some of the text.
This might help, but who knows it might mess stuff up.
Subeta has a ridiculous amount of overlapping text size CSS.
.information, .post p, .post a, .post-body, .ui.grid>div, .column {font-size: 13px !important;}
Also try it set to 14px.
Thank you! That fixed pretty much everything ^_^ There is some random small text here and there but the parts that were annoying me are normal sized now.
Body font-size gets overridden a lot but should still help on some things.Default is 12px.
body, html {font-size:13px !important;}