technicolordaisy Posted October 6, 2021 Posted October 6, 2021 Site URL: https://www.mistymountainyoga.com/blog/why-journal Hello, I am not sure what is going on but the text on my blog posts is getting cut off on mobile from left to right. On other posts that have video, the videos are not showing up on mobile. Any ideas?
tuanphan Posted October 9, 2021 Posted October 9, 2021 This code in Custom CSS caused the problem @media screen and (max-width: 640px) { #yoga-offerings,#aboutme,.sqs-row { display:flex; align-items: center; box-sizing: border-box; justify-content: center } #block-yui_3_17_2_1_1629489622239_46792,#block-yui_3_17_2_1_1631142611584_4205,#block-yui_3_17_2_9_1505421425373_19699 { display: none } } Add this to Design > Custom CSS to override it body.collection-type-blog.view-item .sqs-row { display: block !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.