Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Wrapper div height won’t work

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30059
    Meisterr
    Member

    I’m converting my XHTML/CSS theme to WordPress.
    This is the code for my wrapper div’s.


    .contentwrapper (
    width: 871px;
    background-color: white;
    )

    .content (
    background-color: # ffffff;
    width: 871px;

    Even outside the general wrapper (Which centers the articles).

    I’ve tried to set the height static to 1200px but that doesn’t even change the height,
    But offcourse I need it to adjust the height automatic to the height needed.

    Thanks in advance for helping me out!

    Kind regards,

    Dennis

    #81273
    Meisterr
    Member

    Sorry seople, forgotton to close a div.
    Problem solved now!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.