Home Forums WoodMart support forum I would like to remove gab between header and picture. Reply To: I would like to remove gab between header and picture.

#357566

Hello,

For the top space try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.home .main-page-wrapper {
    padding-top: 0;
}

For the slider, spacing try editing the section and enabling the stretch section.

Screenshot for Clarification: https://prnt.sc/10n837t

Best Regards