|
Hello guys, I have a wordpress blog used for publishing my templates design.
I use the theme from acosmin.com.
Currently, I customized the theme to my need and that part is okay. The part I'm having problem is the sidebar part. I want to add another sidebar side-by-side with the current sidebar. Then, the adsense will be on the new sidebar.
The current css for sidebar is as below:
#side .sidebar1 { width:150px; float:left; border:1px solid #E3EBED; background-color: #fff; background-image:url(images/sidebar_back.gif); background-position: top; background-repeat: repeat-x; padding:5px 4px 10px 4px; margin:0px 5px 0px 0px; }
How can I achieve this? Anyone can help?
Thank you.
|