Moving widgets on balloon theme
-
Hi. First of all, sorry for my bad english.
Okay, so I got a problem. I am totally new to this, and as you can see on my blog, my widgets is placed at the bottom of the page. I really need help on how to place them at the left of the page instead. Can someone help me? “step-by-step” would be the easiest.
thanks!
The blog I need help with is: (visible only to logged in users)
-
I checked your blog and I found that you were able to move the sidebar to the right in the Balloons theme using the following CSS:
#wrapper { overflow: hidden; width:850px } #container { float: left; margin:0; padding:0; overflow:hidden; width:600px } #primary { clear: none; float:left; padding:0 10px; width:550px } .widget { display: inline-block; margin:0 0 1.5em; width:90%; } .widget img { max-width: 100%; height:auto; }Nice work!
- The topic ‘Moving widgets on balloon theme’ is closed to new replies.