Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

CSS help with sidebar WordPress

  • SOLVED

Hi there,

I need help formatting the new wide widget in my sidebar that I was help with in the following question:

http://wpquestions.com/question/show/id/2360

Thanks,

Hazel

Answers (1)

2011-05-30

Baki Goxhaj answers:

Here you go:

Don't forget to make the payment for the other questions, not just vote, because voting is not paying practically.

.full-side {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #FFFFFF;
border-radius: 5px 5px 5px 5px;
float: left;
margin-left: 10px;
position: relative;
width: 392px;
}
.full-side .sidecolumn {
width: 360px;
}



Hazel comments:

Will do. Thanks. :)