Nuntius is a streamlined, modern, and strangely imperfect theme. If you’ve ever used it, you’ll notice that some of the widgets have weird issues with borders and margins; examples include the Twitter widget, the GoodReads widget, even subscription, archive drop-down, and text widgets.
Here’s my Custom CSS designed to deal specifically with Nuntius’ strangeness in this regard.
.widget_twitter iframe {
margin:0 20px 10px;
}
.widget_goodreads embed {
margin:10px 20px 0;
}
.widget_goodreads {
text-align:center;
}
.widget_goodreads h3 {
text-align:left;
}
.widget_archive select,.widget_blog_subscription form,div.textwidget {
margin:10px 20px;
}
Do you know how to put a sticky post?
I didn’t use the theme long enough to learn the nuances of how it does sticky posts, unfortunately.