Red_Dot_Design Posted October 15 Posted October 15 Hello there Please could someone help me out with the code to make my mobile blog page look more like this does on mobile: https://likeshop.me/kinshippets The attached screenshot shows where I have currently got to. There's a wider row gap and I want it to match the column gap. I also want the blog to be flush with the edge of the screen, again like the website above. My site is here: https://maroon-potato-a9jf.squarespace.com/ pw: ploof Thanks Tara
tuanphan Posted October 17 Posted October 17 You can use this code to Website Tools > Custom CSS @media screen and (max-width:767px) { article.blog-basic-grid--container.entry.blog-item.is-loaded { margin-bottom: 0px !important; } } 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!)
Red_Dot_Design Posted October 17 Author Posted October 17 Thanks Tuanphan, the blog posts look great now but the footer has extended (see attached screenshot). Do you know how to fix this? It might be some of the code I used originally... Also is there a way to make the blog on mobile full width? So the three columns go to the edge of the page. Thank you.
tuanphan Posted October 19 Posted October 19 Page height is too short, so space will appear. You can use this code to add space under 4 items, so footer space won't appear Or you can add more blog items to cover height of screen, it will fix problem. To make fullwidth, use this CSS code @media screen and (max-width:767px) { .blog-basic-grid.collection-content-wrapper { padding: 0px !important; } } 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!)
Red_Dot_Design Posted October 19 Author Posted October 19 Hi Tuanphan Ok, last question! It now mostly looks how I want now but the footer space is still there. Can you give me code to fix this please? Thank you
Solution tuanphan Posted October 21 Solution Posted October 21 On 10/19/2024 at 2:53 PM, Red_Dot_Design said: Hi Tuanphan Ok, last question! It now mostly looks how I want now but the footer space is still there. Can you give me code to fix this please? Thank you I think you can add about 9 to 12 items, space will disappear Or use this to Custom CSS box @media screen and (max-width:767px) { body.view-list section[data-section-id="66fd6a653cbec66dfc3e6d93"] { min-height: 60vh; } } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment