Archived topic
Mellow from Site Library - page text above the hero image
3 replies · Started by Domenico on May 1, 2019
Viewing posts 1–4 of 4
Hi,
Using demo site Mellow, in the about page the text of the page is showed above the hero image.
Why?
Thank you
Hi there,
find and remove this CSS from the Customizer > Additional CSS:
@media (min-width: 769px) {
.page-hero+#page {
margin-top: -100px;
}
}
Thank yoy David.
I only removed this piece
.page-hero+#page {
margin-top: -100px;
}
Because in "@media (min-width: 769px) {" there are many other code lines.
It worked, thank you.
Perfect :) Glad to be of help.
This archived topic is closed to new replies.