Logo text size

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Nov 28, 2012 11:23 am
Reply with quote
Report this post
How to change the size of the logo text. I want the "logo text" in one line and the "logo slogan" in one line.

Now is it like this. Pim and Rozendaal are two separate lines.
logo.jpg


How can I change this?
User avatar
Senior Boarder

Konrad M
Wed Nov 28, 2012 12:00 pm
Reply with quote
Report this post
Hi
can you give us url to your site ?
User avatar

GK User
Wed Nov 28, 2012 12:24 pm
Reply with quote
Report this post
Konrad M wrote:Hi
can you give us url to your site ?


Yes. http://www.pimrozendaal.nl
Using joomla 2.5.8
User avatar
Senior Boarder

Konrad M
Wed Nov 28, 2012 12:30 pm
Reply with quote
Report this post
Unfortunetly I need access to your website. Please send me Private Message with pass and login.
User avatar

GK User
Wed Nov 28, 2012 12:52 pm
Reply with quote
Report this post
Konrad M wrote:Unfortunetly I need access to your website. Please send me Private Message with pass and login.


send!
User avatar
Senior Boarder

Konrad M
Wed Nov 28, 2012 2:08 pm
Reply with quote
Report this post
Hi,
if you would like to keep current sieze of your text logo and have it in one line please add to override.css
Code: Select all
#gkLogo {
width: 180px;
}


but if you want to decrease font size please add:
Code: Select all
#gkLogo.text > span {
font-size: 22px;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Wed Nov 28, 2012 2:39 pm
Reply with quote
Report this post
It works. Great!
User avatar
Senior Boarder


cron