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.
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