Skip Navigation

[Resolved] Page height in Archives

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

Problem:

The issue here is that the user's view content is overlapping with their footer. The theme isn't auto adjusting for the view content.

Solution:

In a case like this it is usually the fault of the theme not adjusting the content area correctly.

What I would recommend here is to open a forum ticket as each case is different and will need to be solved individually.

This support ticket is created 2 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 il-camelopardo-sasV 2 years, 6 months ago.

Assisted by: Shane.

Author
Posts
#2383711
Prodotti-–-My-WordPress (1).png

I am trying to:
The archive pages that show the posts list are too short, so that I can't see all the list of products. For now I have fixed it with this Css, but it is a workaround that does not resolve the issue:

.archive #main{
min-height:350px;
}

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

I expected to see the full list of 4 posts.

Instead, I got: the page is too short.

#2383937

Shane
Supporter

Languages: English (English )

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

Hello,

The issue seems the be caused by your theme.

Can you try to use this css below.

.wf-container{
height: auto !important;
}

Thanks,
Shane

#2387153

My issue is resolved now. Thank you!