Hi.
Well, this answer isn’t really helpfull, because the theme doesn’t work properly ๐
At the moment i can edit the padding of the fancy-headig via custom css:
.page-heading.fancy-heading {
padding-top:200px;
padding-bottom:200px;
}
BUT, and this is the part i do not understand, via /dante/js/functions.js the padding-bottom is hardcoded in the html-file:
–> <div class=”page-heading fancy-heading col-sm-12 clearfix asset-bg none light-style fancy-image ” style=”display: block; opacity: 1; padding-bottom: 120px; background-image …
Everything looks good, until i scroll the header over, then the hardcoded 120px padding-bottom affects the fancy-header
Any solution? thx in advance