Shape 5

General Category => Wordpress Talk => : sturg2013 December 04, 2014, 08:25:52 AM



: Font size super small
: sturg2013 December 04, 2014, 08:25:52 AM
Hello,

So not sure what i might have done wrong, but I customized a template using the custom css.  Since then the front page font is so tiny in Fire Fox you can't read it.  In all other browsers it works just fine.  Curious what might be causing this issue?  Also I did not override any of the font settings.

if anyone has any ideas please let me know.


: Re: Font size super small
: Tristan Rineer December 04, 2014, 03:04:27 PM
You probably zoomed out accidentally.  If you hold the CTRL key and scroll the mouse wheel, it changes the zoom level of the browser.  In Firefox, you can reset the zoom level to default by holding CTRL and pressing the 0 key on your numberpad.


: Re: Font size super small
: sturg2013 December 09, 2014, 12:53:43 PM
You probably zoomed out accidentally.  If you hold the CTRL key and scroll the mouse wheel, it changes the zoom level of the browser.  In Firefox, you can reset the zoom level to default by holding CTRL and pressing the 0 key on your numberpad.

I just checked and that is not the issue.  It only happens in Firefox.  here is the link to the site test.s-f-p.org

If you look in chrome or IE it is fine as soon as you go into firefox you have issues.


: Re: Font size super small
: jonahh December 09, 2014, 01:26:47 PM
Looks like you edited the font size here on the body to 10px.  Just change to an em like 1em

:
body {
    color: #333333;
    font-size: 10px;}

Change to:

:
body {
    color: #333333;
    font-size: 1em;}


: Re: Font size super small
: sturg2013 December 09, 2014, 01:42:00 PM
Looks like you edited the font size here on the body to 10px.  Just change to an em like 1em

:
body {
    color: #333333;
    font-size: 10px;}

Change to:

:
body {
    color: #333333;
    font-size: 1em;}


Thanks I didnt think I had touched them but maybe i did when i was playing around with sizes thank you


: Re: Font size super small
: sturg2013 December 09, 2014, 01:48:33 PM
Looks like you edited the font size here on the body to 10px.  Just change to an em like 1em

:
body {
    color: #333333;
    font-size: 10px;}

Change to:

:
body {
    color: #333333;
    font-size: 1em;}


Thanks I didnt think I had touched them but maybe i did when i was playing around with sizes thank you

Ok so I made the change and no luck it doesn't work still.


: Re: Font size super small
: jonahh December 09, 2014, 01:50:43 PM
Make sure you also clear your browser cache


: Re: Font size super small
: sturg2013 December 09, 2014, 01:54:59 PM
Looks like you edited the font size here on the body to 10px.  Just change to an em like 1em

:
body {
    color: #333333;
    font-size: 10px;}

Change to:

:
body {
    color: #333333;
    font-size: 1em;}


Thanks I didnt think I had touched them but maybe i did when i was playing around with sizes thank you

Ok so I made the change and no luck it doesn't work still.

I did some more digging and it says it is a class called customized support yet I cannot find that class anyplace in the site?  Have you ever heard of it?


: Re: Font size super small
: jonahh December 09, 2014, 02:08:49 PM
I'm not sure what that class is but I just cleared my FF cache and refreshed the page and it shows fine for me.


: Re: Font size super small
: sturg2013 December 09, 2014, 02:10:43 PM
I'm not sure what that class is but I just cleared my FF cache and refreshed the page and it shows fine for me.

Thanks I am doing the same


: Re: Font size super small
: mikenicoll December 11, 2014, 12:11:28 AM
Let us know if you have any further questions!