We're merging with GenerateBlocks! Learn more here.

[Support request] Make containers the same size with Overlay 1 layout

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Make containers the same size with Overlay 1 layout

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #35795
    Ema
    Participant

    Hello, I’ve been attempting to tweak the containers to make them all the same height when choosing the ‘Overlay 1’ layout, without squashing the ‘read more’ button too close to the edge.

    /*show-posts*/
    .slick-track .wp-show-posts-single {
       height: 500px;
    margin-bottom: 50px !important;

    }

    Can send a link if you need to see it.

    Best Ema

    #35797
    Ema
    Participant

    I’ve done it!

    .slick-track
    {
    display: flex !important;
    }

    .slick-slide
    {
    height: inherit !important;
    }

    #35856
    elvin
    Moderator

    Hi Ema,

    Thanks for sharing it with it. Do you need further help with this? Let us know. 😀

    #36019
    Ema
    Participant

    Thanks Elvin! Can I make them more square?

    • This reply was modified 1 year, 9 months ago by Ema.
    #36027
    elvin
    Moderator

    Can you link me to the page w/ the WPSP you’re working on? To check things out and see what you can do to get the desired results.

    As for “square” do you mean to squish everything (photo and content) on a square container?

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