Size on headers are different on the site

GK User
Sun May 06, 2012 3:29 pm
The size on my headers works fine on my start page (http://www.joomlasverige.se) but when I reach the articles from other menu items (http://joomlasverige.se/joomla/nyheter - like category view) they are bigger and not aligned to the left. Tried to used Firebugs and it seams that they are using different CSS (?).

Any ideas? Attached, my font config in backend.
User avatar
Fresh Boarder

GK User
Sun May 06, 2012 4:30 pm
Hi

You probably change something on css files or there's some css messing with joomla.css.
Please enable override.css file on template parameters and them add this line on this file:

Code: Select all
.blog .itemToolbar h2 {margin-left: -115px}


Cheers
User avatar
Platinum Boarder

GK User
Wed May 09, 2012 8:11 pm
Thanks Seichinha

Can you also hint me how to set correct size, it's a bit bigger

Thanks again
User avatar
Fresh Boarder

GK User
Fri May 11, 2012 1:57 am
Hi again

If you want to make this change only on component header h2, you can add this line:

Code: Select all
#gkComponent h2 {font-size: 24px!important}


or for all h2 headers:

Code: Select all
h2 {font-size: 24px!important}


Cheers ;)
User avatar
Platinum Boarder

GK User
Fri May 11, 2012 5:27 pm
Thank you, works great
User avatar
Fresh Boarder


cron