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

    hello. we are testing a full width google map on a single page layout http://www.alfaweb.at/test/

    but the map don`t stretch over the whole width of the browser? we have tried out many things but do you have a solution for our problem?

    we want the map to look like this http://i.imgur.com/V2juyXp.jpg . the full width and no white borders over and under the map. can we get this with enfold?

    #417139

    Hey alfaweb2!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home #main > .container_wrap > .container > .content {
      padding: 0;
    }
    .home #main > .container_wrap > .container {
      max-width: 100%;
      padding: 0;
    }

    Cheers!
    Yigit

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