formmailer Posted November 17, 2011 Share Posted November 17, 2011 Hi! I am not sure if this is the right forum for my question that is actually quite PW unrelates (except for the fact that the site runs on PW). If not, I apologize and a moderator can hopefully move it. My problem CSS related, but I can't seem to fix it (although I am sure it's just minor thing I am missing). I added AddThis buttons after my body (content) and before the Comments section, but suddenly the Comments section moved to the botton, below under the sidebar containers. The cause is probably that the DIV doesn't fit where it's supposed to be. I assume it has something to do with the floating of the DIVs. I tried to solve it with an empty "clear: both;" DIV, but that didn't work (or I placed it at the wrong position). You can see the problem on the following page: http://www.stockholm-stedentrip.nl/activiteiten/gamla-stan/ If someone can give me a clue on how to fix this I would be very grateful. Thanks in advance, Jasper Link to comment Share on other sites More sharing options...
apeisa Posted November 17, 2011 Share Posted November 17, 2011 .social_buttons { margin: 20px 0 20px 10px; width: 450px; float: left; /* This is new */ } I moved this to Pub. We don't have general webdev forum yet, but I am thinking Pub mostly like that. Link to comment Share on other sites More sharing options...
formmailer Posted November 17, 2011 Author Share Posted November 17, 2011 Thanks Antti for your reply. I thought about posting in the Pub forum first, but thought it might be boring... talking about CSS in a Pub. /Jasper Link to comment Share on other sites More sharing options...
apeisa Posted November 17, 2011 Share Posted November 17, 2011 Thanks Antti for your reply. I thought about posting in the Pub forum first, but thought it might be boring... talking about CSS in a Pub. What? You mean there is more in live than web design? Link to comment Share on other sites More sharing options...
formmailer Posted November 17, 2011 Author Share Posted November 17, 2011 What? You mean there is more in live than web design? I'm not sure... but some family members say so... ;D Link to comment Share on other sites More sharing options...
ryan Posted November 17, 2011 Share Posted November 17, 2011 formmailer, try this: #CommentForm_text { width: 75%; } Link to comment Share on other sites More sharing options...
formmailer Posted November 17, 2011 Author Share Posted November 17, 2011 Thanks everyone! Everything seems fine now. //Jasper Link to comment Share on other sites More sharing options...
Recommended Posts