• Usually if i make site, it has table structure.
    But i came across this theme
    http://eretzvaju.org/download/devenir_en_gris/
    It built entirely on DIVs.
    My question is: I need at least 610px width content part. What i did so far is moved everything from right to left menu. Now i need get rid off right menu, or make it like 10px width. How do i do that?

Viewing 1 replies (of 1 total)
  • In your css:

    1. Remove the #container declaration.
    2. Change the width property in #main to 797px.
    3. Change the width property in #content to 610px.

    You can play with the width on main and content, but because of the way the theme is set up you don’t have a lot of leeway before you start messing up the menu.

Viewing 1 replies (of 1 total)
  • The topic ‘Help with site, built on <div>’s’ is closed to new replies.