Hi everyone,
I just noticed that if I click on a category and there is only one or 2 posts, the right column keeps on going at the bottom over the end of my rap. I tried everything from adding br clear="all" to changing the div or adding a div.
I'm really at a lost. Can someone help please? See what I mean here http://over-50-and-kicking.com/wordpress/index.php?cat=11
Thanks
Lise
ElasticDog
Member
Posted 5 years ago #
Instead of clear: all; it should be clear: both;
If you put that on your p.credit section, it should work...in theory :-)
ElasticDog,
Thanks but I did try that, I put clear: both; in my CSS for credit section but it still not ok.
Maybe if I go to bed now and look at it again tomorrow morning :)
Thanks anyway
Lise
lise you have the traditional WordPress footer overflow. It is caused by positioning the menu using position: absolute. That takes the menu out off the normal document flow and causes the bork.Many of us position our menus using float : right and then add a clearer div.
Root,
You're the MAN :) it does clear now but it is also below the post and I tried everything I could think of: change the CSS of menu to top: 0px or adding a </div> at the end of the menu on the index, Nothing works.
Pleeeese, why won't it go up beside the content? there is room?
Thanks a whole bunch
Lise