Resolved

Footer appears oversized

Ultra Theme started by Renden Jun 21, 2018 1 reply
Renden Jun 21, 2018 · 2:24 pm #10034

See issue at – https://www.ordinariate.org/index.php/resources/

The Resources – Menu link when clicked on brings up a page with just two hyperlinks on it.
Alternatively – Is there an option to disable the Resources Menu from serving a page i.e. there should be no page linked to this menu, item and the user is simply faced with the choice of picking a submenu i.e. Links, or Sermons and not be able to navigate to the Resources Page.

Thank you
Renden

Puro Support Puro Jun 21, 2018 · 2:31 pm #10035

Hi Renden

Thanks for reaching out. Ultra doesn’t have a sticky footer (JavaScript). There are two ways we can resolve this:

1. Using Custom CSS added to Customize > Additional CSS:

body {
    background: #fff;
}

2. Or set a min-height for the body, also added to Additional CSS:

.site-content {
	min-height: 800px;
}

Adjust the height value as required.

Hopefully one of these helps.

2 posts