Hey Sebastian,
Thank you for the inquiry.
Did you add this css code?
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 170px!important;
}
If you want to override it on mobile view, please add this modification:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 10px !important;
}
}
Best regards,
Ismael