Want to edit LOGO

GK User
Wed Sep 15, 2010 7:34 am
How to edit a logo on my Joomla installation? My website URL is http://www.88wedding.com/ Where to look at the code changes and modify size?
User avatar
Fresh Boarder

GK User
Wed Sep 15, 2010 4:38 pm
so you want to make it wider the logo ?

this can be done like this
in the end of template file do :

Code: Select all
h1.logo > a { width:400px }
User avatar
Platinum Boarder

GK User
Fri Mar 18, 2011 11:13 am
Hi,

if want I to make it heighter?

I have to write:

h1.logo > a { height:400px }

??

Because it does not work.

Can you help me?

http://www.alessandrodalmoro.it/joomla-id/
User avatar
Expert Boarder

Konrad M
Fri Mar 18, 2011 7:27 pm
Try
Code: Select all
h1.logo a {
height:400px;
}
User avatar

GK User
Mon Mar 21, 2011 8:30 am
it does not change. I tried to disable "CSS3 styles" in template settings and it works, but then I lose some graphis effects on texts.
User avatar
Expert Boarder

Konrad M
Mon Mar 21, 2011 9:02 am
Did you turn on override.css in template settings?
User avatar

GK User
Mon Mar 21, 2011 10:27 am
yes. it's abled.
User avatar
Expert Boarder

GK User
Mon Mar 21, 2011 7:59 pm
like in your other threads i replied in, i think you have some css compression that is doiing this... when i watch your page in firebug, i see only 1 css file...
User avatar
Platinum Boarder

GK User
Tue Mar 22, 2011 8:28 am
it works! wonderful! it was abled "CSS Compression" in template settings. with firebub i set css and i solved all the problems with positioning of the logo.

thank you so much.
User avatar
Expert Boarder


cron