Skip Navigation

[Resolved] Archive content is superimposed on footer

This thread is resolved. Here is a description of the problem and solution.

Problem:

The problem here is that the user's custom archive is overlapping their footer when the content is too much for the page container

Solution:

In this user's case it was an issue with their theme's design and how it calculated the height of their page container. Unfortunately there isn't a magic bullet for an issue like this and is dealt with on an individual bases.

My recommendation is to open a support ticket so that the issue can be assessed by one of our team members.

This support ticket is created 3 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 2 replies, has 2 voices.

Last updated by ianC-8 3 years, 7 months ago.

Assisted by: Shane.

Author
Posts
#2258299
Screenshot 2022-01-04 at 12.26.11.png

I am trying to: display archive content within the body of the page

Link to a page where the issue can be seen: hidden link

I expected to see: bottom row of archive not overlapping footer

Instead, I got: footer overlay

#2258389

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Ian,

Thank you for getting in touch.
As with our previous thread the solution to this would be to use the css below.

.post-grid{
height: fit-content !important;
}

Just add the above custom css to any of your custom archives that are displaying the issue. There is a custom CSS editor on the archive if your check the Custom CSS and JS tab.

Please let me know if this helps.
Thanks,
Shane

#2258395

My issue is resolved now. Thank you!