• putting my show comments back up, bu they’re coming up on the left. How do I get them to come up on the right?

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’ll have something to do with your markup and style sheet. You’ll have to look for the class or id of the <div> containing the comments and the corresponding style declarations in the CSS. Most likely in the CSS it says float: left; somewhere. You’ll just have to change that to float: right; and if that doesn’t work you might need to post some of the code.

    Honestly, I copied your source code and tried to correct that code to make it work… but due to your wiping activity there is no way it can be fixed without having access to the original file.

    Thread Starter danwalter

    (@danwalter)

    Ouch! Thanks for trying.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to move sidebars from left to right side?’ is closed to new replies.