Reply To: Remove margin below main nav

Home Forums Support Remove margin below main nav Reply To: Remove margin below main nav

Home Forums Support Remove margin below main nav Reply To: Remove margin below main nav

#241961
dasigna

the margin lies in here:

.entry-content, .entry-summary, .page-content {
    margin: 2em 0 0;
}

just set the 2em to zero. (via custom css i suppose – you’ll only need the ‘entry-content’ selector)