Hi,
I’m using mappress plugin and have it set to 100% in the settings. However, the map only stretches to site width even though other color sections stretch to 100% ex. kypad.com
I tried this method with a color section ID “fullwidthcolorsection”
div#fullwidthcolorsection .container {
width: 100%;
}
Still not working.
How can I accomplish this? Thank you
Hey acbrent25,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hey!
Please change your code to following one
#fullwidthcolorsection .container {
max-width: 100% !important; width: 100% !important; padding: 0; margin: 0;
}
Cheers!
Yigit
Perfect! Thank you so much