Kellyx10 Posted October 11 Share Posted October 11 (edited) Hi, I planned to create a blog page format, and found out the padding between different blocks is big by default. Just like the below screenshot showed, how can I : Minimize the padding/margin of the summary block ( as #1 and #2) Minimize the padding/margin of the meta tags (as #2 and #3) Minimize the padding between pagination and the footer (as #4) Has anyone ever worked on this? Thank you. https://kklayout.squarespace.com/blog/two password: kklayout Edited October 11 by Kellyx10 Link to comment
Web_Solutions Posted October 11 Share Posted October 11 4 minutes ago, Kellyx10 said: https://kklayout.squarespace.com/blog/two password: kklayout What do you want here? Do you want to reduce the space? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
Kellyx10 Posted October 11 Author Share Posted October 11 Hi @Web_Solutions Glad to have your prompt feedbacks 🙂 I just finished editing my questions, and look forward to hearing your comments. Thank you! Link to comment
Solution Web_Solutions Posted October 11 Solution Share Posted October 11 18 minutes ago, Kellyx10 said: Hi @Web_Solutions Glad to have your prompt feedbacks 🙂 I just finished editing my questions, and look forward to hearing your comments. Thank you! Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. .blog-item-wrapper { .row.sqs-row .col .sqs-block { padding-top: 0 !important; padding-bottom: 0 !important; } .blog-item-content, .blog-meta-item, .blog-item-comments { margin-top: 0 !important; margin-bottom: 0 !important; } } #itemPagination { padding-top: 10px !important; padding-bottom: 10px !important; } tuanphan and Kellyx10 2 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. 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