Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1105471

    I would like for the Google Map I’ve placed in the code block to display at 100% width.

    I’ve input the following CSS

    #mapblock .container {
    max-width:100% !important;
    }

    But, the container is not displaying 100% full width. Can you please let me know what more needs to be done?

    I do not want to use the Enfold Theme Google Maps option, as I was being charged overage fees from Google.

    #1106006

    Hey Beth,

    Please try this instead:

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

    Best regards,
    Rikard

    #1106091

    Perfect! Thank You!

    #1106414

    Hi cinchmedia,

    Glad we could help :)

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full Width Code Block’ is closed to new replies.