- This topic has 1 reply, 2 voices, and was last updated 7 years ago by
Puro Support.
- AuthorPosts
- June 21, 2018 at 2:24 pm #10034
RendenParticipantSee 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
RendenJune 21, 2018 at 2:31 pm #10035
Puro SupportKeymasterHi 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.
- AuthorPosts
You must be logged in to reply to this topic.