Hi Yigit,
my site is still under construction, but attached a screenshot. I placed a 300px width banner ad above the advertising area. Now I’d like to set the space between banner 1 and banner 2 to 50px to align the edge of banner 2 with the edge of the 300px ad above, as 125px * 2 + 50px equals my 300px width of the big banner. I think this would be the best solution to align them, but maybe you have a better idea. Maybe it’s possible to give the widget 300px in total and align banner 1 left and banner 2 right. So the space would still be responsive.
Oh, actually it was set with border-top.
.widget_recent_entries li {
border-top: 0px;
}
Solved! But thx for reading! :)
Final code:
.widget_recent_entries li {
margin-bottom: 4px;
border-top: 1px dotted #d3d3d3;
padding-bottom: 4px;
}