Reply To: Map in header

Home Forums Support Map in header Reply To: Map in header

Home Forums Support Map in header Reply To: Map in header

#188048
Tom
Lead Developer
Lead Developer

Ah, the margin can be removed in the Element Spacing add-on (Customize > Element Spacing > Header).

Or you can use CSS:

.inside-header {
    padding: 0;
}