• Resolved Adrean

    (@adrean)


    Dear people behind twentig,

    first of all thank you for making and providing such a great plugin – for free!! You are the best, thanks a lot. Its a joy to use and very helpful.

    Now – the small issue i encountered, happend or is happening on an ipad in portrait format (when i hold it vertical). On my site i display my posts via the gutenberg block “newest posts”. I made three columns and when i hold my tablet upright it can only show two next to each other (as supposed, thats not the issue) but every second or third row the two pictures next to each other are displayed without the usual gap between them.

    Looks to me like a formating error between two “tree columns groups” meeting together in one row…

    Sorry for my english. I hope the issue is understandable – just wanted to mention it for in case nobody noticed.

    Have a great day and thank you for your contribution.

    Update: Its not only happening on tablet, its also on smaller made desktop windows…

    • This topic was modified 3 years, 10 months ago by Adrean.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Twentig

    (@twentig)

    Hi @adrean,

    Thanks for your feedback, glad you like our plugin.
    Good catch, we’ll fix this issue in the next release (coming this week).

    Have a nice day.

    Plugin Author Twentig

    (@twentig)

    Hi @adrean,

    If you want to fix the layout and not wait for the update, you can add the following code inside the Customizer’s Additional CSS panel:

    @media (min-width: 700px) and (max-width: 1023px) {
    
    	.wp-block-latest-posts.wp-block-latest-posts.is-grid li {
    		margin-right: 32px;
    	}
    	
    	.wp-block-latest-posts.is-grid li:nth-child(2n) {
    		margin-right: 0;
    	}
    
    }

    If you enjoy Twentig, please leave us a review. We’d really appreciate it ??

    Thread Starter Adrean

    (@adrean)

    Wow… amazing!! Thank you a lot! I have not expected such a fast and extensive reply. For sure I will leave a great review!

    I haven’t tried the css option you proposed, though I will keep it in mind! I will gladly wait for the upcoming update – thanks a lot!

    Have a very great day and see u next time

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Minor column display issue on ipad’ is closed to new replies.