Archived topic
WP Posts Overlay - Change Height
3 replies · Started by Hermann on September 3, 2021
Hello, total newbie here. Is it possible to change the height of WP Posts Overlay card. I dont want this section to take up so much of the top section. Here is how it currently looks https://prnt.sc/1r5t7ve
Thank you in advance.
Hi Hermann,
Any chance you can link us to the site in question?
You can use the private information field.
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Hello, I am currently using Mamp and testing on my local computer. If you would maybe guide me in the right direction I can make the changes to the CSS if possible.
Hi there,
hard to say without seeing it - but try adding this CSS:
.wpsp-card .wp-show-posts-inner {
max-height: 350px;
}