Skip Navigation

[Resolved] Archive pages overlap Footer – Woodmart Theme

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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 0 reply, has 1 voice.

Last updated by janitaS 1 month, 2 weeks ago.

Assisted by: Minesh.

Author
Posts
#2804154
Screen Shot 2025-04-05 at 10.03.27 pm.png
Screen Shot 2025-04-05 at 10.00.58 pm.png
Screen Shot 2025-04-05 at 10.03.49 pm.png

hidden link
hidden link

Hi !
I'm using Woodmart theme.
The two archives pages I created, overlap the footer, on both desktop and mobile versions,
The only thing that fixes it is this:
.wd-footer {
margin-top: 300px;}
but it's not a proper long-term solution...
I hope you can help,
thanks
Janita Shelton
0404 122 731
janita@ladasha.com.au
hidden link

#2804307

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Normally, here is the Doc that shows informaiton about how you can use Woodmart Theme with Toolset:
=> https://toolset.com/documentation/recommended-themes/using-toolset-with-the-woodmart-theme/

In order to minimize the cause of the issue and to ensure there is no conflict with the plugins you are using:

Could you please try to resolve your issue by deactivating all third-party plugins to check for any possible conflicts with any of the plugins or themes?
- Do you see any difference? if no:

Can you please share problem URL of your archive as well as admin access details.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I have set the next reply to private which means only you and I have access to it.

#2804717

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

The issue was the woo themes adding the CSS height:0 where archive loop displayed.

To fix that I've added the following code to your theme's custom CSS section:
=> hidden link

For this archive: hidden link
Added following CSS code:

.wd-posts {
height: auto !important;
}

For this archive: hidden link

Added following CSS code:

.wd-projects {
height: auto !important;
}

Can you please confirm it works now as expected.

#2804730

Minesh, thank you so much, you are a genius!
I really appreciate your help. : )