Reply To: Reduce padding between excerpt and 'read more'

Home Forums Support Reduce padding between excerpt and 'read more' Reply To: Reduce padding between excerpt and 'read more'

Home Forums Support Reduce padding between excerpt and 'read more' Reply To: Reduce padding between excerpt and 'read more'

#167100
Tom
Lead Developer
Lead Developer

Hi Amit,

1. Give this a try:

.entry-summary p:last-child {
    margin-bottom: 0;
}

2. This should do it:

.one-container .inside-article {
    padding-bottom: 30px;
}
  • This reply was modified 8 years, 3 months ago by Tom.