trouble with div's (or CSS)

4 replies
  • WEB DESIGN
  • |
Hey all

On my new website (wordpress theme) I am trying to move the menu bar from right to left. I have changed the css around but now the sidebar div takes on the same size as the main div (div class narrowcolumn)

can anyone tell me if I am missing a </div> or something that makes the div's the same size?

Kind regards
Henrik Poulsen
#css #div #trouble
  • Profile picture of the author Nitro
    Link? CSS? Can't help you without some examples of CSS.
    Signature
    {{ DiscussionBoard.errors[3669120].message }}
  • Profile picture of the author HenrikPoulsen
    Hmm sorry way to fast

    The website is www.wilusa.dk
    {{ DiscussionBoard.errors[3670154].message }}
  • Profile picture of the author xtrapunch
    Here's the solution. Would recommend you get a better theme.

    .narrowcolumn {
    float: right;
    padding-bottom: 25px;
    padding-right: 45px;
    width: 540px;


    }

    #sidebar {
    float: left;
    padding: 20px 0 10px 25px;
    vertical-align: top;
    width: 195px;


    }
    Signature
    >> Web Design, Wordpress & SEO - XtraPunch.com <<
    Web Design & SEO Agency | Serving World Wide from New Delhi, India

    {{ DiscussionBoard.errors[3670194].message }}
  • Profile picture of the author HenrikPoulsen
    Thanks. That did the trick
    {{ DiscussionBoard.errors[3670559].message }}

Trending Topics