Title dimension

AppSite - Professional Business Template for Joomla support forum.
GK User
Wed Jun 06, 2012 8:19 am
Hi from Italy, i need a simple information.

In the article on my website, it's possible to reduce the dimension of the title ?

I send you a picture to understand better.

Thanks.


Leonardo


doc1.JPG
User avatar
Fresh Boarder

GK User
Wed Jun 06, 2012 9:06 am
Please add following in to your override.css ( templates/gk_templatename/css/override.css ) and enable it in template settings > advanced settings > css override.
Change default 350 to lower value.
Code: Select all
#gkComponent > div > h2 { font-size: 350%; }


See you around...
User avatar
Platinum Boarder

GK User
Wed Jun 06, 2012 10:27 am
Hi normanUK, thanks for your reply.

I follow the instruction but it seem not take effect :(

I have create a trial article to test your istruction and i have write "TEST" in the article title and in the article body as h1, h2, h3 ..... but in none of them the modify seem to take effect. Also i have enabled override in template setting : DEV MODE -> Use override.css set to "ON"


Some other suggestion ? :huh:




normanUK wrote:Please add following in to your override.css ( templates/gk_templatename/css/override.css ) and enable it in template settings > advanced settings > css override.
Change default 350 to lower value.
Code: Select all
#gkComponent > div > h2 { font-size: 350%; }


See you around...
User avatar
Fresh Boarder

GK User
Wed Jun 06, 2012 10:42 am
Are you using joomla 1.5? if yes use below otherwise post a link to your article so we can check.

Code: Select all
.contentheading span { font-size: 150%; }


See you around...
User avatar
Platinum Boarder

GK User
Wed Jun 06, 2012 10:45 am
Yes, i'm use Joomla 1.5.23


normanUK wrote:Are you using joomla 1.5? if yes use below otherwise post a link to your article so we can check.

Code: Select all
.contentheading span { font-size: 150%; }


See you around...
User avatar
Fresh Boarder

GK User
Wed Jun 06, 2012 10:50 am
You are an excellent support !!!!

Whith new code i have reduced title at 65% and work great !!


Thank you very very much ! :)


Best wishes from Italy


Leo


normanUK wrote:Are you using joomla 1.5? if yes use below otherwise post a link to your article so we can check.

Code: Select all
.contentheading span { font-size: 150%; }


See you around...
User avatar
Fresh Boarder

GK User
Wed Jun 06, 2012 11:15 pm
No problem at all, see you around...
User avatar
Platinum Boarder


cron