WyndsorDesign Posted January 15, 2020 Posted January 15, 2020 Hi Everyone, I'm using the Brine template and I'm trying to make the section with the map (it's a code block) on the following index page full width. https://hexagon-energy.com/hexagon-energy-projects (pw: hexagonprojects) I'm trying the following CSS, but it's not making any changes to the page: #projects-map-section .Index-page-content { padding: 0 !important; max-width: 100% !important; } .sqs-code-block { padding: 0 !important; } If anyone has time to take a look and offer a suggestion, I would appreciate it Thanks in advance!
tuanphan Posted January 16, 2020 Posted January 16, 2020 add to Page Settings > Advanced > Header <style> .Index-page-content { max-width: 100% !important; padding-left: 0; padding-right: 0; } </style> 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!)
WyndsorDesign Posted January 21, 2020 Author Posted January 21, 2020 This worked great! Thanks so much for taking the time to help 🙂
Recommended Posts
Archived
This topic is now archived and is closed to further replies.