RecapRabbitHole Posted May 23, 2020 Share Posted May 23, 2020 Site URL: https://www.recaprabbithole.com/recap/human-viruses MOBILE ONLY: This code from @tuanphan is excellent, but it only targets image blocks: /* make image fullwidth */ .blog-item-wrapper article.entry { padding-left: 0; padding-right: 0; } /* make spacing between text blocks - both side */ .blog-item-wrapper .sqs-layout>.row>.col>div:not(.image-block) { padding-left: 8vw; padding-right: 8vw; } html, body { overflow: hidden; } Page Link I want to make gallery blocks stretch full screen too. See screenshot, I want to make this gallery block also fullscreen like the image above: - recaprabbithole.com Link to comment
tuanphan Posted May 24, 2020 Share Posted May 24, 2020 /* make image fullwidth */ .blog-item-wrapper article.entry { padding-left: 0; padding-right: 0; } /* make spacing between text blocks - both side */ .blog-item-wrapper .sqs-layout>.row>.col>div:not(.image-block):not(.gallery-block) { padding-left: 8vw; padding-right: 8vw; } html, body { overflow: hidden; } 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!) Link to comment
RecapRabbitHole Posted May 24, 2020 Author Share Posted May 24, 2020 12 hours ago, tuanphan said: /* make image fullwidth */ .blog-item-wrapper article.entry { padding-left: 0; padding-right: 0; } /* make spacing between text blocks - both side */ .blog-item-wrapper .sqs-layout>.row>.col>div:not(.image-block):not(.gallery-block) { padding-left: 8vw; padding-right: 8vw; } html, body { overflow: hidden; } Thank you! Worked perfectly! - recaprabbithole.com Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.