nycmonkey Posted November 9, 2019 Share Posted November 9, 2019 The padding between all the images on my homepage, in Mobile view, is adding a great deal of padding between each banner. In desktop view, it looks ok. Could someone please provide me with a CSS code that will shrink this padding in half, for the spacing between all the image blocks? Thanks so much! Link to comment
tuanphan Posted November 10, 2019 Share Posted November 10, 2019 @nycmonkey Can you share link to your site? 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
nycmonkey Posted November 11, 2019 Author Share Posted November 11, 2019 @tuanphan Oh sorry - yes - it's http://vedranmisic.com and the password is sunday thank you! Link to comment
tuanphan Posted November 11, 2019 Share Posted November 11, 2019 1 hour ago, nycmonkey said: @tuanphan Oh sorry - yes - it's http://vedranmisic.com and the password is sunday thank you! Add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#page-5dab736dc20b461ef17b7720 .sqs-block.image-block { padding-top: 0; padding-bottom: 0; } } 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
tuanphan Posted November 12, 2019 Share Posted November 12, 2019 @nycmonkey not related, this code show above header.. Squarespace.onInitialize(Y, bxb => { var $tabs = $(".markdown-block .sqs-block-content h3"); $tabs.addClass("ui-closed").css("cursor", "pointer").nextUntil("h3").hide(); $tabs.on("click", function() { $(this).toggleClass("ui-closed ui-open").nextUntil("h3").slideToggle(); });}); Did you insert to Header? You should wrap code in <script> paste code here</script> 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.