Stergos
Member
Posted 7 months ago #
Hi, i use twenty eleven and nomnom child theme. I would like to add the recent posts widget on my sidebar but when i do that it was looking a little bit bad, take a look Here. I am using borders to my widgets and I think I must set different position to the widget so the white dots goes into the borders. I try to add this to style.css but is not working:
.widget_recent_entries .widget {
position: center;
}
Any ideas which is the right code please? Thanks in advance!
My site: e-hacking.com
Megan Goodson
Member
Posted 7 months ago #
I can't see the problem when I visit your site - but usually to center something you put
.class or #ID {
margin: 0 auto;
}
Stergos
Member
Posted 7 months ago #
Hi Megan thanks for reply, I would like to center this widget because the dots before text is out of the borders and I don't really like it. I try
.widget_recent_entries .widget {
margin: 0 auto;
}
Is still there nothing change maybe i remove the borders i don't know yet, thanks anyway.
Stergos
Member
Posted 6 months ago #
Solution and credits to: zeaks.org/board/
.widget_recent_entries ul { padding-left:15px; }