Try the Demo

Magento Forum

   
Changing logo default size
 
alvinnw
Jr. Member
 
Total Posts:  18
Joined:  2013-01-10
 

Read a number of threads here but still can\’t seem to figure out. I\’ve changed the styles.css and added the width size to the logo classes but the default size won\’t change.

This is the logo portion of my template css.

==============================
/* Header ================================================================================ */

.logo { float:left; }

.header-container {}

.header { width: 100%; margin:0 auto; padding:0px; text-align:right; position:relative; z-index:10; }

.header .logo { float:left; text-decoration:none !important; }

.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0;

text-indent:-999em; overflow:hidden; }

.header h1.logo, .header h2.logo { margin:0; }

.header .quick-access { float:right; }

.header .welcome-msg { }

.header .form-search {
=============================================

I\’ve added width:470px; to lines 1/3/4/5/6 and they all still don\’t work, any ideas? All this does it to make the size 470, but the logo still goes out of the template and goes above where it should be.

 
Magento Community Magento Community
Magento Community
Magento Community
 
Monty22
Guru
 
Avatar
Total Posts:  645
Joined:  2013-01-01
 

Hi,

The logo image is stored here:

www/skin/frontend/default/default/images/{logo pic file}

The CSS file is stored here:

/www/skin/frontend/default/{skin}/css/styles.css

In styles.css you have the width defined on line 68:

.logo { float:leftwidth:304pxheight:60pxoverflow:hidden}

I hope this will help you. If you need any kind of help you can contact us as we are one of best Magento extensions developer.

Thanks

Monty
iLoveMage

Get 25% discount all our Magento Extensions.

 Signature 

Get 15% discount on all our extensions Use code MON15 | Risk-free purchase with our 14 days Money Back Guarantee policy!

 
Magento Community Magento Community
Magento Community
Magento Community
 
alvinnw
Jr. Member
 
Total Posts:  18
Joined:  2013-01-10
 

Not sure if you read, I’m using another theme and the logo portion of the styles.css is paste in the first post.

 
Magento Community Magento Community
Magento Community
Magento Community
 
alvinnw
Jr. Member
 
Total Posts:  18
Joined:  2013-01-10
 

bump[ .

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top