Comments 10moya started the conversationSeptember 25, 2019 at 5:32pmHi How can I display two columns on my smartphone screen? like recent posts. ・LATEST POSTS(TOP page) ・category pages https://locabikitchen.com/category/main_dish/ 2,700PenciDesign repliedSeptember 26, 2019 at 2:12pmHi,Please try add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 767px){ .container.penci_sidebar .penci-grid > li { width: 47% !important; margin-right: 6% !important; } .container.penci_sidebar .penci-grid > li:nth-child(2n+2){ margin-right: 0 !important; } .container.penci_sidebar .penci-grid > li:nth-child(2n+1){ clear: both !important; } } Best Regards,PenciDesign10moya repliedSeptember 27, 2019 at 11:26pmThank you very much. Sign in to reply ...
Hi
How can I display two columns on my smartphone screen? like recent posts.
・LATEST POSTS(TOP page)
・category pages
https://locabikitchen.com/category/main_dish/
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Thank you very much.