I want to my my secondary widget to the left side of my content on wordpress. Would anyone know I can do this? I don't see it no where in my theme options I'm guessing I would have to mess with the coding a little bit. I tried searching it on Google and can't find it. Can someone help me move it. My blog is everydayblogtips.com I wan't to move the categories widget to the other side of the content.
Not sure how you have things set up. But, those ads are just a widget area, right? If so, just drag the category widget where the Ad widget is. That should fix it from my understanding of the question.
I want my whole widget bar to cone on the left side of my content so I have my a left and right side widget bar. Not both on the right side of my content.
Easy fix man. Just float the content right Style.css line 71 Change: #content { overflow: hidden; float: left; width: 600px; } Code (markup): To This: #content { overflow: hidden; float: right; width: 600px; } Code (markup):
Ok but both widgets moved over. How do I get the primary widget back to the right of content and keep the category widget on the left side of content?