Kellyx10 Posted October 11, 2023 Posted October 11, 2023 (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, 2023 by Kellyx10
Web_Solutions Posted October 11, 2023 Posted October 11, 2023 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.
Kellyx10 Posted October 11, 2023 Author Posted October 11, 2023 Hi @Web_Solutions Glad to have your prompt feedbacks 🙂 I just finished editing my questions, and look forward to hearing your comments. Thank you!
Solution Web_Solutions Posted October 11, 2023 Solution Posted October 11, 2023 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; } Kellyx10, tuanphan and Ainul 3 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment