RecapRabbitHole Posted September 24, 2022 Posted September 24, 2022 Site URL: https://www.recaprabbithole.com/recap/citicorpcenter @tuanphan how do i make the videos full screen on mobile. I want NO white space on the left and right like the screenshot: - recaprabbithole.com
joseph81 Posted September 24, 2022 Posted September 24, 2022 (edited) There is a code that looks like this: .blog-item-wrapper .sqs-layout>.row>.col>div:not(.image-block):not(.gallery-block):not(.embed-block) { padding-left: 9vw; padding-right: 9vw } You can override it by adding the block id of that image wrapper as selector: @media (max-width: 480px) { #block-yui_3_17_2_1_1663999934171_4485 { padding-left:0; padding-right: 0 } } Edited September 24, 2022 by joseph81 tuanphan 1 Jozsef Kerekes - Front-end developer and Squarespace enthusiast My Blog: https://ui-workarounds.comIf you like my answer, please give me an upvote/like. Highly appreciated.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment