Is there a way to have the map on the following page full width?
I put the code box in a color section, andadded the section ID “map* and added the following in my custom css:
#map .container { width: 100% !important; }
didn’t work for me. any recommendations?
link: https://pixelroamer.com
Hey mirotck,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.responsive #map .container {
max-width: 100%;
padding: 0;
}
If you need further assistance please let us know.
Best regards,
Victoria
somehow it seems to be “halfway” fullwidth ..
on the left side now i have no more distance to the browser window but on the right side i do.
check: https://pixelroamer.com
any idea whats wrong?
thanks a lot :)