ironsaber26
Newbie
- Nov 27, 2011
- 32
- 2
If you take a look at my site filmreviewz . net you'll see in the widget "other interesting titles" that the images aren't properly aligned.
I have no clue what to add to the CSS file to make it right. Below is the code for the widget:
/* You May Like Widget */
.yml-widget {
list-style: none;
text-align: center;
}
#sidebar .yml-widget li {
background: none;
padding: 0 0 0px 0;
}
.yml-widget span {
display: block;
font-size: 11px;
padding: 0px 0;
}
Any help will be much appreciated!
I have no clue what to add to the CSS file to make it right. Below is the code for the widget:
/* You May Like Widget */
.yml-widget {
list-style: none;
text-align: center;
}
#sidebar .yml-widget li {
background: none;
padding: 0 0 0px 0;
}
.yml-widget span {
display: block;
font-size: 11px;
padding: 0px 0;
}
Any help will be much appreciated!
Last edited: