Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • yolvy Friend
    #191065

    Hello There,
    I would like to know how to reduce the width of the template/site. is too much widther. I need to setup to 920px width instead of 1260px.
    Thanks in advance for any help.

    TomC Moderator
    #507720

    While there should be a few width dimension settings you can choose from within your Template Manager, you can also specify width parameters within the CSS. Can you provide the url of the site you’re working on?

    Ninja Lead Moderator
    #507770

    You can try to do with my below solution

    Open templates/ja_puresite/css/template.css file

    Add new script

    .main {
    width: 920px !important;
    max-width: 920px !important;
    margin: 0 auto;
    position: relative;
    }

    Don’t forget to clear cache from Admin area after doing

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  Ninja Lead 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum