Home › Forums › WoodMart support forum › Custom Header Overlaying top of the page › Reply To: Custom Header Overlaying top of the page
December 6, 2023 at 10:48 am
#518975
Aizaz Imtiaz Awan
Keymaster
Hello,
Try to add the following code in Theme Settings > Custom CSS > Global Custom CSS:
.page-id-7957, .rs-slides, rs-slide, rs-slide:before {
top: 60px;
position: relative !important;
}
Best Regards.