Hi Mohammad, thanks for the fast reply.
Unfortunately that by itself didn’t work. I’ve added another couple of lines to the code and it’s not looking too bad
@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;
}
.fancy-heading.fancy-image.light-style h1, .fancy-heading.fancy-image.light-style h3 {
font-size: 25px !important;
line-height: 110%;
padding-top: 100px;
padding-bottom: 20px;
}
}
Thanks again. Have a great day!