Home › Forums › Basel support forum › Page Content Padding › Reply To: Page Content Padding
February 15, 2018 at 8:25 am
#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