Home › Forums › Basel support forum › Trying to remove white border between header and slider › Reply To: Trying to remove white border between header and slider
May 4, 2018 at 2:50 pm
#56086
Elise Noromit
Member
Hello,
Please add this CSS to Theme Settings > Custom CSS to the device you wish to hide the line:
.main-header {
width: 100%;
margin-bottom: 10px;
}
Best Regards