Home › Community Forums › Epik Theme Support › Primary Sidebar Text Elements › Reply To: Primary Sidebar Text Elements
February 11, 2014 at 8:07 pm
#10597

Moderator
I think it’s probably showing up like that since you’re not using a featured image (you don’t have to if you don’t need it).
You can add this in your css –
.sidebar .featuredpost .entry,
.sidebar .featuredpage .entry {
padding: 0;
margin: 0;
}
That gets rid of the padding/margin at the top and bottom of the .entry
that is assigned for posts.