mark910112 Posted May 5 Share Posted May 5 (edited) Hello all, I would like to know how to make a full-with image block or section. I have tried this css code to achieve the full with image block:#imageblock { width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; padding: 17px 0!important; } However, it may have the huge padding at top and bottom so I would like to know how to remove these padding between each section or other ways to make a full-with image block or section. Thanks! Edited May 5 by mark910112 Link to comment
tuanphan Posted May 6 Share Posted May 6 Can you share link to this page? We can check easier If I remember correctly, you will need to adjust -inset-padding in section code Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
mark910112 Posted May 8 Author Share Posted May 8 Hi, Yes I can. I have made a sample page that has the same question as I mentiond before. The link is :https://viola-chinchilla-xcye.squarespace.com/home1 The visitng code is: VzRr7j When you access the site, you can see there is a padding between the first section and second section. Also, the first section's image block cannot be a full-with in the first setcion. Thus, I would like to know how to solve these issues. Thanks! Link to comment
Solution tuanphan Posted May 9 Solution Share Posted May 9 On 5/8/2023 at 7:15 AM, mark910112 said: Hi, Yes I can. I have made a sample page that has the same question as I mentiond before. The link is :https://viola-chinchilla-xcye.squarespace.com/home1 The visitng code is: VzRr7j When you access the site, you can see there is a padding between the first section and second section. Also, the first section's image block cannot be a full-with in the first setcion. Thus, I would like to know how to solve these issues. Thanks! Add to Design > Custom CSS /* First section image fullwidth */ .fe-64583d18309abf23a6376e8c { grid-gap: 0 !important; display: block !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
mark910112 Posted May 10 Author Share Posted May 10 20 hours ago, tuanphan said: Add to Design > Custom CSS /* First section image fullwidth */ .fe-64583d18309abf23a6376e8c { grid-gap: 0 !important; display: block !important; } Hi thanks for your solution. This code is work! tuanphan 1 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