waffle Posted January 26, 2021 Share Posted January 26, 2021 I am trying to stretch images to be full width without text being full width. I have tried this but it isn't changing anything: <style>.image-block { @media screen and (max-width:1024px) { .sqs-layout .sqs-row .sqs-block .sqs-block-image:first-child { padding: 0 !important; } .sqs-layout .sqs-row .sqs-block .sqs-block-image:second-child { padding: 0 !important; } .sqs-layout .sqs-row .sqs-block .sqs-block-image:third-child { padding: 0 !important; } } } </style> I got it to work with this but that stretches everything including the text and making the hamburger up against the side of the browser as well. <style>.responsive-padding--right { padding-right: 0px; } .responsive-padding--left { padding-left: 0px; } </style> Any ideas? Thank you!! Link to comment
tuanphan Posted February 2, 2021 Share Posted February 2, 2021 Hi. Can you share page url? We can help easier 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.