• Why my sidebar show below?
    I dont know how to adjust the “css”.please tell me which place of Stylesheet i should fix?

    .narrowcolumn {
    float: left;
    padding: 0 0 20px 70px;
    margin: 0px 20px 0 0;
    width: 480px;

    }
    .widecolumn {
    padding: 10px 0 20px 0;
    margin: 5px 0 0 150px;
    width: 480px;
    }

    ??????
    http://ipopf.info/wp/

Viewing 1 replies (of 1 total)
  • There are instructions here that may help you figure out what is wrong with your sidebar.

    Begin by fixing the more than 175 validation errors. You have a lot of stuff in your sidebar and the whole layout has been messed with, probably trying to change the wrong parts of your style sheet, but you have bigger problems to fix.

    First, clean up the errors, and then use the information in the above article and Finding_Your_CSS_Styles to find the styles that need to be changed to accomodate all the stuff in the sidebar.

Viewing 1 replies (of 1 total)
  • The topic ‘Why my sidebar show below’ is closed to new replies.