Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • rikh Friend
    #146074

    Another question is, how to make it real 100% width. Withoute those margins from left and right to fit the wide screen.
    Thanks 🙂

    jaybrd1 Friend
    #323817

    The template is defaulted to a max width of 1200px.
    To change this, you go to layout.css – Line 16

    <blockquote>.main { width: 980px; max-width: 1200px; margin: 0 auto; position: relative;}</blockquote>
    and change it to:

    <blockquote>.main { width: 980px; margin: 0 auto; position: relative;}</blockquote>
    or
    <blockquote>.main { width: 980px; max-width: 100%; margin: 0 auto; position: relative;}</blockquote>

    There will still be padding around the mainbody, but I am sure you can adjust that if you need .

    rikh Friend
    #323896

    Thanks a lot jaybrd1 😀

    bytemuncher Friend
    #338521

    Is there a reason there is a max-width limit implemented by default in Ja purity ii? In JA purity there was no such limit.

    I plan on removing this tag (thanks jaybrd1) but wanted to make sure I won’t be borking something by doing this. Must be some logic behind making it a default setting.

    shvmr Friend
    #342217

    <em>@bytemuncher 172332 wrote:</em><blockquote>Is there a reason there is a max-width limit implemented by default in Ja purity ii? In JA purity there was no such limit.

    I plan on removing this tag (thanks jaybrd1) but wanted to make sure I won’t be borking something by doing this. Must be some logic behind making it a default setting.</blockquote>
    I found that one rather strange as well. Why even have them as selectable in the admin menus when they are forced in the code? Maybe the creator forgot to take it out before he released maybe?

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

This topic contains 5 replies, has 4 voices, and was last updated by  shvmr 14 years, 6 months ago.

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