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

    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

    #1171971

    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

    #1172534

    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 :)

    #1172651

    Hi,

    Thanks for the update. Please try this instead:

    #map .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    Best regards,
    Rikard

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