[wordpress layout] My sidebar push my second post down??

Discussion in 'WordPress' started by 123GoToAndPlay, Nov 20, 2006.

  1. #1
    See here

    my sidebar on the right pushes my second blog post down. Now I already set the css for my menu to clear:both.

    Any suggestions?
     
    123GoToAndPlay, Nov 20, 2006 IP
  2. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #2
    When did you find this problem??
     
    Richie_Ni, Nov 20, 2006 IP
  3. 123GoToAndPlay

    123GoToAndPlay Peon

    Messages:
    669
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    sorry I don't understand what you are asking??

    [edit] just implemented my new plugin with myspace friends feature and know you see how the second post is pushed down.
     
    123GoToAndPlay, Nov 20, 2006 IP
  4. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #4
    Okay,try to deactivate the plugin you installed recently and see if it works.
     
    Richie_Ni, Nov 20, 2006 IP
  5. 123GoToAndPlay

    123GoToAndPlay Peon

    Messages:
    669
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    plugin made by myself and it isn't the cause. I had this problem before installing the plugin.

    I tested with hardcoding some mumbojumbo text in the sidebar menu. Somehow <div id="menu"> is not cleared. (css isn't my cup-of-tea)

    this is my menu css
    
    #menu {
    	background: #fff;
    	border-left: 1px dotted #000;
    	border-top: solid 3px #000;
    	float:right;
    	top:230px;
    	padding-top: 20px;
    	padding-right: 0;
    	padding-bottom: 10px;
    	padding-left: 10px;
    	clear:both;
    }
    
    Code (markup):
    Any other suggestions?
     
    123GoToAndPlay, Nov 20, 2006 IP
  6. 123GoToAndPlay

    123GoToAndPlay Peon

    Messages:
    669
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    found a solution tx to Moshu.

    turns out .feedback class uses "clear: both" declaration, which conflicts with my css.
     
    123GoToAndPlay, Nov 20, 2006 IP