How to insert a bigger logo

Please tell me, how to insert a bigger logo into bookshop theme. Which changes in css?

1 answer

Profile photo of Ziven Staff 100280.00 $tone March 16, 2015
Public

Hi Megs,
Please go to the file: jm_book\skin\frontend\default\jm_book\css\styles.css at line 8440 and change the code below you want.

#logo {
float: left;
margin: 0;
min-height: 80px;
width: 200px
}

#logo a{
float: left;
height: 26px;
margin: 27px 0;
text-indent: -999em;
width: 152px;
background-position: 0 0;
background-repeat: no-repeat;
}

 
Best Regards,
Ziven.
 

#1

Please login or Register to Submit Answer

Written By

Comments