Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • filips Friend
    #166155

    Hi, I have a problem with width my template. I set the width, but it isn’t sets. If I set color, layout, etc… it’s works!

    I found on this forum any solutions, but nothing works. Can you hel me, please?

    chavan Friend
    #400560

    try setting the width in layout.css file

    Change the Width in the following code in the layout.css file


    .main {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 980px;

    }

    filips Friend
    #400561

    layout.css is in …/templates/ja_anion/css/layout.css?

    I tried it. It isn’t work 🙁

    Help me please, I payed the template, whitch I can’t using!

    chavan Friend
    #400622

    Let me know How much the width should be ?

    filips Friend
    #400693

    It doesn’t matter. But I want width, whitch will as FLUID. I set Wide, Narrow, Fluid, but all isn’t work! The template is “scattered.” Visit my website please, and chceck bottom on my site.

    chavan Friend
    #400694

    Go to this /templates/ja_anion/css/layout.css

    Replace the Following Code


    .main {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 980px;
    }

    With


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

    Note: If you Find my Post useful please click on the Thanks Icon

    filips Friend
    #400704

    Width is 100% (full width dispaly), but it isn’t work still : ((

    filips Friend
    #400707

    The problem will in part of bottom on my site. Maybe.

    filips Friend
    #401020

    Hi, I installed this template on my localhost with the same setting as on my hosting server. It isn’t works! If I installed version “quickstart” it is works great! My version of Joomla is 1.5.23. Version in quickstart is 1.5.22. This can be a problem?

    chavan Friend
    #401475

    <em>@filips 252586 wrote:</em><blockquote>Width is 100% (full width dispaly), but it isn’t work still : ((</blockquote>

    Go to this /templates/ja_anion/css/layout.css

    Add the Following Code to layout.css


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

    body.bd .main {
    width: 100% !important;
    }

    Note: If you Find my Post useful please click on the Thanks Icon

    flying_scot Friend
    #425969

    I made a slight change to the code in order to get the width I needed to display our flipbook magazines on the website in an iframe:

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

    body.bd .main {
    width: 1024px !important;
    }

    It works well in Firefox, GChrome and IE8

    I am using JA_Anion on Joomla v1.7.3.

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

This topic contains 11 replies, has 3 voices, and was last updated by  flying_scot 12 years, 12 months ago.

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