Home Forums Support Questions Reply To: Questions

#209811
Tom
Lead Developer
Lead Developer

3. I would keep the spacing for all sections, then remove it for that specific section.

Say you give that section a class of “my-map”:

.my-map .generate-sections-inside-container {
    padding-left: 0;
    padding-right: 0;
}

Hope this helps 🙂