Add this
#categoryposts-2 {
padding-left: 70px;
}
Try using the
.widget{margin-left:70px;}
or padding-left:70px; if you want
You can’t edit element.style tags.
Hello! (: Thanks for quick response! (: I tried what you suggested, but that aligns the entire widget area…the image and the What’s Happening widgets. What I would like is for the What’s Happening widget area (Category Posts widget) to be more centered to the top widget area (Logo widget). Any other suggestions?
Did you try the above code which i gave
No problem. Just trying to help. If you remove the text align under .widget and put this in your css it might help
.widget.widget_categoryposts {
padding-left: 60px;
}
and just edit the pixel to your liking.
That did it!! You’re a genius! (: Thank you!!! (: