logo position

Hi,

i added new logo image, larger than original demo, but the new logo isn’t centered to the page, and can’t seem to find the code to adjust or cente the new logo.

please inform me on the file and where to change code to center the logo.

Thanks

1 answer

Profile photo of Sherlock 0.00 $tone January 15, 2013
Public

Hi dongagon,

you can open the file of skin/frontend/default/jm_norite/css/theme.css look for those css rules

HTML Code:

 .ja-homepage h1#logo {
                height: 80px;
               width: 318px;
             }

and

HTML Code:

 .ja-homepage h1#logo a {
  background: url("../images/logo.png") no-repeat scroll left top transparent;
  height: 80px;
  width: 318px;
}

to make change as you wish, btw checking your site in firefox with the fibug add-on installed you can easy detect where and which css rules need to be modified.

#1

Please login or Register to Submit Answer

Written By

Comments