change logo size

Hi !

Where can I change the logo size ?

I haven’t found the file to modify !

Sin54

2 answers

Profile photo of chavan 100.00 $tone February 19, 2014
Public

Go to this File : /biopro/skin/frontend/default/jm_megamall_fr/css/styles.css

Replace this code

HTML Code:

#logo a{     background-position: top left;     background-repeat: no-repeat;     color: #555  ;   display: block;     font-size: 26px;     min-height: 94px;     min-width: 271px;     padding: 0;     text-decoration: none;     text-indent: -999px;     text-transform: uppercase }

with

HTML Code:

#logo a{     background-position: top left;     background-repeat: no-repeat;     color: #555  ;  display: block;     font-size: 26px;     height: 92px;     width: 186px;     padding: 0;     text-decoration: none;     text-indent: -999px;     text-transform: uppercase }

And also this is place where you need to chagne the size of the logo

#2

Please login or Register to Submit Answer

Written By

Comments