Hi,
I have resized the fancy heading to reduce the padding size from 120px to 40px as below:
.page-heading.fancy-heading {
background-attachment: fixed;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
background-repeat: repeat;
background-position: 50% 0;
text-align: center;
padding-top: 40px;
padding-bottom: 40px;
display: none;
}
I am using an alt background for the fancy heading. When the page loads it displays perfectly, just how I want it, however, when I scroll down the page, and scroll back up, it appears the lower padding is reintroduced, which creates a weird, uneven look to the fancy heading.
Is there some extra code I should be looking at with regards to fixing this problem?
I’m using the 1.51 theme update on a local host xampp.
Many thanks!