MinZhu Posted September 3, 2023 Share Posted September 3, 2023 (edited) Hi dear forum friends, As I was trying to apply CSS to one image block to make the padding as "0px", Squarespace does not change after I put the code in. What I put is #block-yui_3_17_2_1_1693717952231_38519 .sqs-layout:not(.sqs-editing) .sqs-block+.sqs-row .sqs-block:not(.float):first-child { padding-top: 0px !important; } the website : https://www.min-zhu.com/ The image I want to change the padding is the yellow image block. Anyone knows what is the issue? Thanks ! Edited September 3, 2023 by MinZhu Link to comment
Solution Lesum Posted September 3, 2023 Solution Share Posted September 3, 2023 @MinZhu You can try adding this code: #block-yui_3_17_2_1_1693717952231_38519 { padding: 0 !important; } MinZhu 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
MinZhu Posted September 4, 2023 Author Share Posted September 4, 2023 10 hours ago, Lesum said: @MinZhu You can try adding this code: #block-yui_3_17_2_1_1693717952231_38519 { padding: 0 !important; } @Lesum magic ! why so simple code solves this issue ??? I inspected the code with dev mode and is there a way to learn about coding? Where did you start mate? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment