Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • meghneu Friend
    #116852

    I know ja_spica has options for two sizes: 800*600 & 1024*768. But I want to make this adjustable with the user’s current resolution, no matter what the size.

    Where can I make these changes (either in index.php or one of css file) so that users see the website in full screen mode regardless of their current resolution?

    Thanks in advance,:cool:

    Hieu Nguyen Admin
    #209759

    Meghneu, doing that is a little bit easy but it requires a lot of modifications for template_css.css file. I can only suggest you to carefully edit these CSS Selectors:

    /* main body width */
    #ja-container {
    width: 770px;
    ...
    }

    /* main column width when there're 3 columns */
    #ja-content {
    ...
    width: 432px;
    ...
    }

    /* main column width when there're 2 columns */
    #ja-content-full-left {
    ...
    width: 585px;
    ...
    }

    /* main column width when there're 2 columns */
    #ja-content-full-right {
    ...
    width: 585px;
    ...
    }

    /* main column width when there's only 1 column */
    #ja-content-full {
    ...
    width: 730px;
    }

    /* left column width */
    #ja-leftcol {
    width: 150px;
    ...
    }

    /* right column width */
    #ja-rightcol {
    width: 150px;
    ...
    }

    Hope this information will be usefull for you, my friend!

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

This topic contains 2 replies, has 2 voices, and was last updated by  Hieu Nguyen 17 years, 9 months ago.

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