• Resolved Stergos

    (@stergos)


    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • I can’t see the problem when I visit your site – but usually to center something you put

    .class or #ID {
    margin: 0 auto;
    }

    Thread Starter Stergos

    (@stergos)

    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.

    Thread Starter Stergos

    (@stergos)

    Solution and credits to: zeaks.org/board/

    .widget_recent_entries ul { padding-left:15px; }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Recent posts widget position’ is closed to new replies.