[Support request] Adjust margin on Mallow

Home Forums Support [Support request] Adjust margin on Mallow

Home Forums Support Adjust margin on Mallow

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2323466
    Gregg Lybbert

    I am using the Mallow theme and I would like to adjust the margin on the home page so that the containers with the blog posts move up into the hero image just a little more. How do I do this?

    #2323775
    David
    Staff
    Customer Support

    Hi there,

    that is also done by CSS, go to Customizer > Additional CSS and look for:

    .page-hero + #page {
        margin-top: -100px;
        position: relative;
    }

    To move the content up change the -100px to a larger negative value. eg. -150px

    #2323794
    Gregg Lybbert

    Thank you so much! I forgot to ask, is there a way to fix the background so that it uses parallax?

    #2323983
    Gregg Lybbert

    When I say background I am referring to the hero image.

    #2323996
    Ying
    Staff
    Customer Support

    Hi Gregg,

    In the container’s background settings, there’s an option called Attachment, you can choose fixed.

    But it’s just fixed, not parallax.

    https://docs.generateblocks.com/article/container-overview/#backgrounds

    #2324014
    Gregg Lybbert

    Ok, where do I find the container for the featured image in Mallow?

    #2324040
    Ying
    Staff
    Customer Support

    Go to appearance> elements, there should be 3 block element - page hero: home hero, site hero, posts hero, click edit.

    You will see the container which contains the background image.

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