• Resolved LwEEs

    (@menel001)


    Hello friends,

    I’m using andrea09 theme which has a fluid center column, does anyone know how to force it to a fixed width or any idea on where to look to get this done. Any help will be appreciated.

    Thanks,

    Luis
    http://www.lumencreativegroup.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • cellobella

    (@cellobella)

    I couldn’t find the theme in question but you want to look in the style.css file.

    You could also contact him via his website.

    Best of luck.

    harknell

    (@harknell)

    In the style.css file you’ll see different entries for different areas of the site (header, footer, etc.) The section for the Content can have many different names, but it will almost certainly have a width=”100%” or similar setting. Basically look for any container sounding name that has a dimension listed for width and put in your desired width as 100px or whatever px size you want it to be. It shouldn’t take long to figure out which one is the main content

    cellobella

    (@cellobella)

    Okay found the css.

    The stylesheet is called andreas09.

    You want to look under:

    #container {
    background:#f0f0f0 url(img/bodybg.jpg) repeat-x;
    color:#303030;
    margin:0;
    min-width:770px;
    padding:0;
    text-align:left;
    width:100%;
    }

    Change the width to your desired width. You might also need to change min-width.

    🙂

    Thread Starter LwEEs

    (@menel001)

    Guys,

    You are Genious, totally. Now is looking the way I want. Cellobella, thank you so much. Harknell, also thank you. I don’t know what one would do without such great community.

    Thanks again,

    Luis

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘force fixed width on a fluid theme’ is closed to new replies.