Hello, I have a lot of extra space above the header, but only on the sub pages, home page is fine
.
How can I fix this? Thanks!
Hello, I have a lot of extra space above the header, but only on the sub pages, home page is fine
.
How can I fix this? Thanks!
Hello Trec,
Thanks for writing in!
To get your issue resolve, go to Cornerstone > Theme Options > CSS and find this custom CSS block:
@media (min-width: 300px) {
.site:before, .site:after {
content: "";
display: block;
position: center;
background-repeat: no-repeat;
background-size: 100%;
width: 200px;
height: 150px;
}
}
Remove the CSS code and save your changes.
Best Regards.
Awesome, that worked, thanks!
You are most welcome, Trec.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.