Premium WordPress Themes › Forums › Yugen › How to remove empty white space above blog posts images (grids) and in sidebar › Reply To: How to remove empty white space above blog posts images (grids) and in sidebar
November 29, 2018 at 4:55 AM
#6281
Participant
Hi @babyviolets,
Could you please add below CSS Code too in Additional CSS Box.
.single .outer-container.mt-80 {
margin-top: 0;
}
.single .site-main .entry-header .entry-title.mt-64, .page .site-main .entry-header .entry-title.mt-64 {
margin-top: 26px;
}
Thanks!