alchemy Posted July 2, 2019 Share Posted July 2, 2019 Hi there, I am building a website for a client using Brine template (https://www.hemeez.com/, password: hemeez_salgado). They want the blocks underneath the main banner to be full bleed, like the main banner. I am using the following code: <style> .content-inner { max-width: 100% !important; padding: 0 !important; margin: 0; } .collection-type-index .content-inner.has-content { padding: 0px !important; margin: 0; } .sqs-block.image-block { padding:0 !important; margin: 0 !important} .sqs-gallery-block-slideshow .sqs-gallery, .sqs-gallery-block-slideshow .sqs-gallery .slide ratio { max-height: 550px !important; } } </style> I like how the images are looking at the top, but how can I manage to expand the 2 images without overlapping? Also, is it possible to manipulate only the two block immediately after the main banner and not the rest of the image blocks through the website? Thanks in advance for your help! Link to comment
tuanphan Posted July 2, 2019 Share Posted July 2, 2019 @alchemy div#yui_3_17_2_1_1562107961085_101 { margin-left: -80px; margin-right: -80px; } 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
alchemy Posted July 3, 2019 Author Share Posted July 3, 2019 Thank you. That solved the problem, but left me with another one: now the images overlap. Any ideas on how to fix this? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.