Support Forum
Hello i'm using Reboot template Midnight overlay i wish to make all fonts bigger becouse for my website the appear too small as default.
I read many post on forum and i tried change value $baseFontSize = ''; in midnight.php file 104%
on my browser if was all crazy bigger and not allineated and i notice also if i change value 101- 150 for result always big at the same.
So i try set value in pixel 16px and it was fine but the font on footer now appear more big and didn't like me.
I tried then change all % value in midnight.php almost all font size change except in the footer. I checked all files but i cant find a solution for keep actually 16px base font size and make footer fonts where there are the Statistic smaller.
Please help me if is possible i'm not a programmer and i runned out of ideas.
Thanks in advance and sorry for my english
Hey Hegemony,
The $baseFontSize is only used by $resetFontSize in the reset file, which isn't used if the WP or forum theme defines a font-size.
You would be better off defining an overall font size by adding something like:
#spMainContainer { font-size: 1em; }
To the start of the stylesheet.We do recommend making a custom theme or child theme to preserve your changes.
that is a bit different than you said in post 1... but can be done...
do as Ike (or Andy) suggested which will resize everything... than add
#spMainContainer .spStatsSection { font-size: 16px; }
or whatever size you want to control the stats independently...
Visit Cruise Talk Central and Mr Papa's World
Ok it worked very good thanks guys best support ever
I added in main shylesheet
example
#spMainContainer {
font-size: 16px;
}
#spMainContainer .spStatsSection {
font-size: 12px;
}
and now look the forum great.
I have another small issue with avatar i'm trying to fix myself in case can't find any solution i will ask a bit help
1 Guest(s)