You could start by editing style.css and changing:
.sidebar1 {
float:left;
font-family:Tahoma,Georgia,Century gothic,Arial,sans-serif;
font-size:12px;
margin-top:5px;
padding:1px 1px 0;
width:158px;
}
to
.sidebar1 {
float:left;
font-family:Tahoma,Georgia,Century gothic,Arial,sans-serif;
font-size:12px;
margin-top:105px;
padding:1px 1px 0;
width:158px;
}
That should push the widgets down below your video.
Then try adding:
.sidebar1 ul li.widget {margin-top:30px;}
to the bottom of style.css. That should space them out a little vertically.
@esmi
Thanks for the tip but I don’t think it worked. The sasasa text widget and the twitter widget were only pushed down and yet neither did their content NOR their heading (even the background color) make use of two columns. and I did it right.
Any more suggestions sir?
Thanks!
@esmi
Thanks for the tip but I don’t think it worked. The sasasa text widget and the twitter widget were only pushed down and yet neither did their content NOR their heading (even the background color) make use of two columns. and I did it right.
Any more suggestions sir?
Thanks!
You can’t make use of 2 columns unless you have 2 columns. You’ve taken one of the original 2 columns (sidebar2.php) out of the template.
I see.
This is actually what I want to do: If you go to the website, you’ll see that the way the video, about me are placed. I would like my “widgets” to do be placed the same way. Because right now, I noticed that my widgets are forced to only use one column.
Any idea how I could do that, Sir?
Also, If you could help me how to recreate the video box without breaking the theme, that would be of great help in the future.
thanks!
Ah! In that case, try replacing:
.sidebar1 {
float:left;
font-family:Tahoma,Georgia,Century gothic,Arial,sans-serif;
font-size:12px;
margin-top:105px;
padding:1px 1px 0;
width:158px;
}
.sidebar1 ul li {
clear:left;
float:left;
height:100%;
line-height:18px;
width:158px;
}
with:
.sidebar1 {
float:left;
font-family:Tahoma,Georgia,Century gothic,Arial,sans-serif;
font-size:12px;
margin-top:105px;
padding:1px 1px 0;
width:158px;
}
.sidebar1 ul li {
clear:left;
float:left;
height:100%;
line-height:18px;
width:330px;
}
Not sure I can help with the video box, though. I’m not clear as to what you want.
Sadly, the site remains the same.
if you wont mind, please check out kurtsevillano.x10hosting.com to see what happened.
Thanks