Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #234217

    how can I make the map from the contact page to expand all across the screen? small current version does not work for me. Thank you.

    #234480

    Hey vcoronel!

    How are you? I hope you’re doing well today.

    You can use the Color Section on the contact page then insert the google map inside. Add a unique css selector id on “For Developers: Section ID” field. Use “awesome-section” for example. Add this on Quick CSS or custom.css to make the container fullwidth:

    #awesome-section .container {
    width: 100%;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.