Bill1965 Posted August 8, 2019 Share Posted August 8, 2019 I'm looking for the CSS code to control the padding between image blocks (or possibly between all blocks). I've tried combinations of these with margin or padding, and nothing changes. .sqs-block.image-block { margin-top: 100px !important; padding-bottom: 100px !important; } Thanks. Link to comment
Bill1965 Posted August 17, 2019 Author Share Posted August 17, 2019 I figured it out... it seems that so far I've been answering all my own questions :). .image-block { padding-top: 20px !important; padding-bottom: 50px !important; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.