Site logo

Archived topic

Adjust margin on Mallow

6 replies · Started by Gregg Lybbert on August 25, 2022

Viewing posts 1–7 of 7

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?

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

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

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

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

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.

This archived topic is closed to new replies.