Template Width Limit to 980px

Hi,

How to limit the width 980px.seems it responcive but idea to have bg

http://goo.gl/gKvUM

Thanks

1 answer

Profile photo of Sherlock 0.00 $tone July 13, 2013
Public

Hi mate,

Nice to see you again
You can open the file of skin/frontend/default/jm_sporty/css/layout.css, there you look for this css rule

HTML Code:

 #ja-wrapper {
                  
                 }

Change it to

HTML Code:

  #ja-wrapper {
                     margin: 0 auto;
                    width: 980px;
                 }

I hope it works

#1

Please login or Register to Submit Answer

Written By

Comments