Large gap between bottom homepage image and footer widgets

Hi,

Is there a way to close the gap between the bottom image or text and footer widgets. I’ve tried reducing font and image sizes and removing a horizontal line I placed, but the gap is still there.

Thanks for any help,
Orlando

Hi Orlando,

Thank you for reaching out to us. For reducing space between the footer and the content, you can add the following code in the Theme Options > CSS:

.x-container.offset {
    margin: 1.75em auto;
}
.x-colophon.top {
    padding: 2% 0;
}

Fell free to adjust the margin and padding as you need. Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.