Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #450013

    I want to display the google map over the whole width of the webite?

    #450061

    Hi alfaweb2!

    Please add a color section element to your page with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then place your google maps element inside it then add following code to Quick CSS

    #your-custom-id .container { max-width: 100%; padding: 0; margin: 0; }

    Cheers!
    Yigit

    #450067
    This reply has been marked as private.
    #450068
    This reply has been marked as private.
    #450075

    Hey!

    I cannot see custom ID on your color section. Please use following code

    .page-id-14 #av_section_2 .container {
      max-width: 100%!important;
    }

    Best regards,
    Yigit

    #450080
    This reply has been marked as private.
    #450084

    Hey!

    You are adding custom CSS class, you should add Section ID :)
    Also i see that you are using Code Block element, can you please use Google Maps element under Media elements instead?

    Regards,
    Yigit

    #450085

    is there no way to do this with the color area?

    #450087

    OK WORKS!!!!!! only the white space is still there! Thank for the tipp!!!!

    #450117

    Hey!

    Please add following code to Quick CSS as well

    #googlemapbreit .content {
      margin-bottom: -20px!important;
    }

    Cheers!
    Yigit

    #450130
    This reply has been marked as private.
    #450135

    Hey!

    Sure, please add following code to Quick CSS as well

    #header {
      border-bottom: 1px solid #e2e2e2;
    }

    Best regards,
    Yigit

    #450144
    This reply has been marked as private.
    #450147

    Hey!

    Please add following code to Quick CSS

    .page-id-20 #av_section_1 .avia-video {
      margin-bottom: 0;
    }

    Regards,
    Yigit

    #451541
    This reply has been marked as private.
    #451747

    Hey!

    Please go to Enfold theme options > Advanced Styling tab and edit H1 element and change its font family as needed.

    Regards,
    Yigit

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