• Resolved Ralfhum

    (@ralfhum)


    Hi there:

    I want to change how much sections on frontpage overlap Big Title image. Currently I only have the Footer section showing, and it overlaps the image for the Big Title Section more than I like.

    Thanks for your help.

    best wishes,
    Ralf

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello, @ralfhum!

    Thanks for using Hestia!

    You can move the footer down so it won’t overlap the big title section by deactivating the boxed layout of the theme. This can be done by going to Customizer -> Appearance Settings -> General Settings and unchecking the Boxed Layout option, as you can see here.

    Let me know how this worked for you!

    Thank you and have a nice day!

    Thread Starter Ralfhum

    (@ralfhum)

    hi Lucia:

    Thanks for your kind reply.

    I tried your suggestion and it turns out that, on inspection, I really like the boxed layout and the shading and 3D effect of that. It’s so cool! I just want less overlap.

    Is there a snippet of CSS code that would give me some ability to fine tune the amount of overlap?

    Thank you!

    best wishes,
    Ralf

    Hi, @ralfhum!

    Sure, you can change the amount of overlap by adding the following code in the Additional CSS section within the Customizer.

    .footer{
    margin-top: 30px;
    }

    Feel free to change the margin-top value as you please until you achieve the style you want.

    Have a wonderful day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change how much sections on frontpage overlap Big Title image’ is closed to new replies.