Skip Navigation

[Resolved] Archive display is overalapping footer

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 3 replies, has 2 voices.

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

Assisted by: Shane.

Author
Posts
#2257701
Screenshot 2022-01-03 at 17.46.11.png

I am trying to: create an archive display

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

I expected to see: archive fully above footer

Instead, I got: bottom archive items are superimposed on footer

#2257743

Shane
Supporter

Languages: English (English )

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

Hi Ian,

Thank you for getting in touch.

This should now be resolved as your theme was manually setting the height of the container based on the number of content it was listing out.

However since the theme was no longer listing out the content it wasn't able to correctly calculate the height for the content area. I manually overwrite this with the css below.

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

Please let me know if this helps.
Thanks,
Shane

#2257793

My issue is resolved now. Thank you!

#2258295

Hi, this problem has recurred - please see: hidden link