Home Forums Basel support forum Page Content Padding Reply To: Page Content Padding

#39956

Artem Temos
Keymaster

Hi,

Try to add the following code snippet to the Custom CSS area in Theme Settings to remove this margin

.site-content,
.main-header,
.header-spacing {
	margin-bottom: 0!important;
}

Regards