We're merging with GenerateBlocks! Learn more here.

[Support request] Card At Same dimensions

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Card At Same dimensions

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32905
    Mohamed
    Participant

    Hello,
    1st, is it possible to make this ticket private?
    2nd, In this page i need to make card dimensions ( Height and width ) same
    https://vaal.co.ke/reports/

    Any help on this ?

    Regards

    #32951
    elvin
    Moderator

    Hi there,

    1.) I’m afraid not.

    2.) You have this CSS from your theme that prevents the WPSP post items from being the same height.

    .entry-header-margin-fix:first-of-type {
        margin-top: 6rem;
    }

    We can try overriding it by adding custom CSS.

    Try this:

    article.wp-show-posts-single:first-of-type {
        margin-top: 0;
    }

    If you wish to continue privately, we can continue the conversation through email via our contact page – https://wpshowposts.com/contact/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.