Hi Mohammad, David – thank you for your replies.
I have managed to get it working as it should by using the css below…
@media only screen and (max-width: 1024px) {
.page-heading.fancy-heading {
padding-top: 0px !important;
padding-bottom: 10px !important;
}
}
@media only screen and (max-width: 767px) {
.page-heading.fancy-heading {
height: auto!important;
}
.header-naked-light .fancy-heading .heading-text, .header-naked-dark .fancy-heading .heading-text {
padding-top: 0px;
padding-bottom: 20px;
margin-top: 0!important;
}
}
So it’s all sorted for now. If anything else pops up, I’ll get in touch!