Navigation überspringen

[Gelöst] Page height in Archives

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

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 vor 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 -

Zeitzone des Unterstützers: America/Jamaica (GMT-05:00)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von il-camelopardo-sasV vor 3 years, 3 months.

Assistiert von: Shane.

Author
Artikel
#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:
versteckter Link

I expected to see the full list of 4 posts.

Instead, I got: the page is too short.

#2383937

Shane
Unterstützer

Sprachen: Englisch (English )

Zeitzone: 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!