We're merging with GenerateBlocks! Learn more here.

[Support request] post column sizes

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support post column sizes

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2125
    muralidharan
    Participant

    Hi

    Can I get help to know how to create a 2 column view posts (side by side) view in mobile view.

    Also is there a way to align the image to the left with title , text and read more in same sizes in all columns?

    thank you

    best
    love WPshowposts

    #2130
    Tom
    Keymaster

    I definitely need to add some mobile options for the columns. Right now it needs CSS.

    Feel free to link me to your page and I’ll help out with that.

    #2133
    muralidharan
    Participant

    Hi Tom, thanks

    Here is the link to the page

    Our Work

    there are two things that i would like to achieve–

    1. Even alignment of the title, excerpts and Read more with the image on the left. Right now you will see that it is up and down.

    2. In the mobile view I would like to achieve instead of stacking one over another i would like to achieve a 2 column side by side view.

    Thanks for your attention.

    Love WP Showposts

    best

    #2139
    Tom
    Keymaster

    1. I’m not sure what you mean by this?

    2. Try this CSS:

    @media (max-width:767px) {
        .wp-show-posts-columns .wp-show-posts-single {
            display: flex;
            width: 50%;
        }
    }
    #2171
    muralidharan
    Participant

    Thanks Tom, will try using this CSS and let you know if this works. Hopefully it does.

    many thanks

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