Enter your details below to stay updated on our latest offers and events!
/* Add space between the page content and the header */
body {
margin-top: 50px !important; /* Adjust the value to your desired space */
}
/* Ensure the header stays visible and doesn't get affected by the margin */
header {
position: relative !important;
}
/* Optional: if you have a sticky header and need to adjust the body underneath it */
.sqs-header {
margin-bottom: 50px; /* Add space under the header if it's sticky */
}