Reply To: White space using Wpshowposts ?

Home Forums Support White space using Wpshowposts ? Reply To: White space using Wpshowposts ?

Home Forums Support White space using Wpshowposts ? Reply To: White space using Wpshowposts ?

#240389
Tom
Lead Developer
Lead Developer

For that page, you can remove the entry content margin like this:

.entry-content {
    margin-top: 0;
}

The other white space (on the bottom) is because you have a column gutter set in WPSP I believe.