nahlah Posted July 14 Share Posted July 14 Is there a way to make a line block full width on product pages in the additional info section? Link to comment
Web_Solutions Posted July 15 Share Posted July 15 6 hours ago, nahlah said: Is there a way to make a line block full width on product pages in the additional info section? What is the site URL? 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. Link to comment
nahlah Posted July 15 Author Share Posted July 15 21 minutes ago, Web_Solutions said: What is the site URL? https://faceoflove.co/holistic-skin-health/p/complete-cleansing-oil Link to comment
Web_Solutions Posted July 15 Share Posted July 15 1 hour ago, nahlah said: https://faceoflove.co/holistic-skin-health/p/complete-cleansing-oil Try with this code. #page .sqs-block.horizontalrule-block { padding-left: 0 !important; padding-right: 0 !important; } tuanphan 1 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. Link to comment
nahlah Posted July 15 Author Share Posted July 15 8 hours ago, Web_Solutions said: Try with this code. #page .sqs-block.horizontalrule-block { padding-left: 0 !important; padding-right: 0 !important; } it gets close to the edge but not completely Link to comment
tuanphan Posted July 17 Share Posted July 17 On 7/15/2024 at 7:01 PM, nahlah said: it gets close to the edge but not completely Try this #page .sqs-block.horizontalrule-block { padding-left: 0 !important; padding-right: 0 !important; width: 100vw; position: relative; left: 50%; transform: translateX(-50%); } body { overflow-x: hidden; } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment