Archived topic
Generatepress Theme > WP Portfolio space bottom
3 replies · Started by Ivo on December 22, 2021
Hi,
I am using the WP Portfolio plugin and would like to remove the space at the bottom. Could you please help me?
https://mfh-arabilis.ch/wohnungen/
https://mfh-arabilis.ch/wp-content/uploads/2021/12/Mouse_Highlight_Overlay.jpg
Thank You!
Best Regards
Ivo
Hi there,
the plugin is using CSS and Javacript to calculate its sizes.
The most i can offer is this CSS to remove override the plugins:
.astra-portfolio-wrap:not(.astra-portfolio-show-on-click), .et_divi_builder #astra-portfolio .astra-portfolio-wrap:not(.astra-portfolio-show-on-click) {
min-height: unset !important;
}
If that don't work then you would need to ask the plugin author
Hello
Perfect! Thank you very much.
Merry Christmas.
Best Regards.
Ivo
You're welcome. Merry Christmas :)