Home › Forums › Pro Support › Weird margin on list › Reply To: Weird margin on list
October 21, 2019 at 5:57 pm
#11591
Keymaster
Hi there,
That margin is happening because of this CSS you’ve added:
.how-to.wp-show-posts-columns {
margin-left: 0!important;
}
The negative margin on that element is needed to achieve the column gutters.
I’m not seeing any differences between images – can you explain a bit more?
Let me know 🙂