[Resolved] Mellow from Site Library – page text above the hero image

Home Forums Support [Resolved] Mellow from Site Library – page text above the hero image

Home Forums Support Mellow from Site Library – page text above the hero image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #885655
    Domenico

    Hi,

    Using demo site Mellow, in the about page the text of the page is showed above the hero image.

    Why?

    Thank you

    #885659
    David
    Staff
    Customer Support

    Hi there,

    find and remove this CSS from the Customizer > Additional CSS:

    @media (min-width: 769px) {
        .page-hero+#page {
            margin-top: -100px;
        }
    }
    #885673
    Domenico

    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.

    #885686
    David
    Staff
    Customer Support

    Perfect 🙂 Glad to be of help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.