• Hello all,

    I am desperately trying to change whole theme width to of Panorama theme. Tried to put width = 985px; to many places body {}; wrapper {}; etc. in style.ccs file, but no change.

    Any suggestions,

    Thanks a lot in advance.
    Adam

Viewing 3 replies - 1 through 3 (of 3 total)
  • is there a link to the site and a description of exactly what your trying too achieve and i will take a look for you

    If you post a link to your site, it will be easier for someone to help you. But do be aware that changing something like that is not simple — as you will probably then have to then change the width of many other elements on various templates…

    Oh, just noticed that the syntax you are using for CSS is wrong — it should be for example (Specific selector for your theme may be different.):

    #wrapper {
       width: 985px;
    }

    No equals sign in the width line.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Panorama theme width’ is closed to new replies.