We're merging with GenerateBlocks! Learn more here.

[Support request] 2 Columns show posts

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support 2 Columns show posts

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #27675
    Bizhan
    Participant

    Hello
    How is it possible to have 2 Columns show posts on mobile devices?

    Regards

    #27746
    elvin
    Moderator

    Hi there,

    Do you want to have ALL of the WPSP list to have 2 columns on mobile or only specific lists?

    If you want ALL of the WPSP list to have 2 columns on mobile, try this CSS:

    @media (max-width: 768px) {
    	.wp-show-posts-columns .wp-show-posts-single {
    		width: 50%;
    	}
    	.wp-show-posts-columns {
    		margin-left: -2em !important;
    	}
    	.wp-show-posts-columns .wp-show-posts-inner {
    		padding-left: 2em;
    	}
    }
    #28347
    Bizhan
    Participant

    Hi
    This css code in RTL theme not working fine!

    #28372
    elvin
    Moderator

    Can you link us to the page in question to check?

    You can send the link through our contact page if you wish to keep it private.
    https://wpshowposts.com/contact/

    Let us know.

    #28395
    Bizhan
    Participant

    Hi
    Its offline ( on Localhost )
    Please check this URL :
    https://ibb.co/qDnpJVT

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