Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • fbnraider Friend
    #175387

    Auto width does not seem to work in Firefox 11.0, it does working FireFox 10.0.2 and in IE. I tried clearing my cache without any luck.

    I also tried just setting it to a width of 1000 and in FireFox 11.0 it stays at 800?

    Any ideas?

    Thanks,
    Raider

    TomC Moderator
    #445596

    Raider – What is it you are trying to do?

    fbnraider Friend
    #445598

    Hey Tom,
    The site is http://www.westsidesewing.com. I want the site wide enough so that when I use the wrapper it will fit without needing to scroll horizontally.

    Thanks,
    Raider

    TomC Moderator
    #445599

    Have you tried applying a “width: 0 auto;” property to your main body/wrapper?

    fbnraider Friend
    #445600

    Would that be a viable option since it is just not working in FireFox 11?

    TomC Moderator
    #445601

    <em>@fbnraider 310027 wrote:</em><blockquote>Would that be a viable option since it is just not working in FireFox 11?</blockquote>
    It’s a CSS property – so it’s worth a try.

    fbnraider Friend
    #445605

    Which css file is this contained in?

    TomC Moderator
    #445607

    <em>@fbnraider 310032 wrote:</em><blockquote>Which css file is this contained in?</blockquote>
    Is there a max width you want your site to display at – or do you want it to be auto width?

    TomC Moderator
    #445609

    Within the following path –> /plugins/system/jat3/jat3/base-themes/default/css/template.css

    at line 32, try modifying as follows:

    <blockquote>body#bd #ja-wrapper {
    width: 0 auto;
    overflow: hidden;
    }</blockquote>

    fbnraider Friend
    #445620

    Auto would be nice, but if I could set it to 1024 that would work.

    This didint work.
    —Quote—
    body#bd #ja-wrapper {
    width: 0 auto;
    overflow: hidden;
    }

    TomC Moderator
    #445621

    What about . . . .

    <blockquote>

    body#bd #ja-wrapper {
    width: 1024px auto;
    overflow: hidden;
    }

    </blockquote>

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

This topic contains 11 replies, has 2 voices, and was last updated by  TomC 12 years, 1 month ago.

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