How do I reposition the logo and size of the logo file?

I have done this before with other magento installs but cant see to work it out this time. I am using 1.5.0.1 (have things changed in this version for this?) . Culd you please point me in the right direction for the fils i need to edited to change the logo position and size -- i simply want to move it to the left a little and creat some more depth space for it.

Thanks

3 answers

Profile photo of chavan 100.00 $tone April 26, 2011
Public

Go to this File: skin/frontend/default/jm_adamite/css/theme.css

Find the below code and change the margin as you wish.

Code:

h1#logo {
    margin: 0 auto;
}

For Example try like this :

reduce or increase the 200px, which is like a margin-left option

Code:

h1#logo {
    margin: 0 0 0 200px;
}

Note: If you Find my Post useful please click on the Thanks Icon

#1

This question is now closed

Written By

Comments