[Resolved] full screen width for map plugin

Home Forums Support [Resolved] full screen width for map plugin

Home Forums Support full screen width for map plugin

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

    I’ve been struggling to get the map on this page to go full screen. The map plugin is set to 100% width but I just can’t figure out the right css to use to extend it all the way across the screen…

    #591032
    David
    Staff
    Customer Support

    Hi there, if you want to remove the padding from only that section, then you can use this CSS:

    #generate-section-2 .generate-sections-inside-container {
    	padding-left: 0;
    	padding-right: 0;
    }
    #591035
    Schuyler

    thanks

    #591036
    David
    Staff
    Customer Support

    You’re welcome

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