Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #496019

    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

    #496267

    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

    #496378
    #496629

    Hey!

    Please change your code to following one

    #fullwidthcolorsection .container {
    max-width: 100% !important; width: 100% !important; padding: 0; margin: 0;
    }

    Cheers!
    Yigit

    #496672

    Perfect! Thank you so much

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Can't get map to stretch 100%’ is closed to new replies.