Passer la navigation

[Résolu] Page height in Archives

Ce fil est résolu. Voici une description du problème et la solution proposée.

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 Il y a 3 years, 3 months. 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 -

Fuseau horaire du supporter : America/Jamaica (GMT-05:00)

Ce sujet contient 2 réponses, a 2 voix.

Dernière mise à jour par il-camelopardo-sasV Il y a 3 years, 3 months.

Assisté par: Shane.

Auteur
Publications
#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:
lien caché

I expected to see the full list of 4 posts.

Instead, I got: the page is too short.

#2383937

Shane
Supporter

Les langues: Anglais (English )

Fuseau horaire: 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!