- This topic has 5 replies, 2 voices, and was last updated 6 years, 8 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Font size issue
I had a wordpress developer login to help w/ my site, but looks like he messed up a few things. Suddenly, my font size is way too large. This includes body text and the text of menu dropdown items. I tried editing the CSS but it didnt seem to change anything. Where do I fix the font size to bring it down to normal?
My site is NathanAGoodman.com
Get a free copy of the bestseller, The Fourteenth Protocol, a thriller, here NathanAGoodman.com (copy/paste into your browser)
Nate, your link comes back
Not found, error 404
The page you are looking for no longer exists. Perhaps you can return back to the site’s homepage and see if you can find what you are looking for. Or, you can try finding it by using the search form below.
Not sure why it does that. It worked for me.http://nathanagoodman.com/
Get a free copy of the bestseller, The Fourteenth Protocol, a thriller, here NathanAGoodman.com (copy/paste into your browser)
OK your first link is this:
”http:/nathanagoodman.com/fourteen/”
/* Typographical Elements
--------------------------------------------- */
html {
font-size: 14px;
}
body {
background: #f2f2f2;
color: #333;
font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1.625;
}
Your existing code says “100%” which is making it fill up the available space. If you want it to be as the demo site, change it back to 14px or something you prefer size wise.
Or…you could change the 100% to 70% or 60%… it’s on line 161 at the beginning of your style.css
Your header image does not size on small screens so you might add this as well to your .css
.header-image .site-title a {
background-size: contain !important;