Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

This sidebar does not let itself be aligned either on the left or on the right, so that the content below (the posts) can be placed next to it.

Sidebard on one side, posts on the other.

This is the page: http://www.joaoalexandre.com/wordpressteste/artigos/

And this is the index.php: http://pastebin.com/F9khFceg

share|improve this question
sidebar.php: pastebin.com/ye7E6Vqz – João Paulo Aug 18 '12 at 15:50
this is more a problem with invalid html and formatting, and not covered by this forum - see wordpress.stackexchange.com/faq – Michael Aug 18 '12 at 19:33
Thank you for this. – João Paulo Aug 19 '12 at 11:48

closed as off topic by Michael, Wyck, toscho Aug 19 '12 at 1:22

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 0 down vote accepted
#left
{
  float: left;
  width: 40%;
}

It may help you but, it seriously is an HTML and formatting issue.

share|improve this answer
Thanks for the help vajrasar. It did the trick nicely. – João Paulo Aug 19 '12 at 11:49

Not the answer you're looking for? Browse other questions tagged or ask your own question.