Site logo

Archived topic

WP Posts Overlay - Change Height

3 replies · Started by Hermann on September 3, 2021

Viewing posts 1–4 of 4

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.

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;
}
This archived topic is closed to new replies.