Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1179499

    Hi . can you please help me to get the preview image and the video to full width.

    From this https://imgur.com/a/4Tzifea to this: https://imgur.com/a/pU2yHZ4

    I use this code but maybe something is wrong:

    /*Youtube Vorschaubilder voller Breite*/
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #av-layout-grid-1.av-flex-cells .no_margin.avia-builder-el-1 {
          padding-left: 0 !important;
          padding-right: 0 !important;
      }
    }
    
    /* Volle Breite für Farbsektion */
    @media only screen and (max-width:767px) {
      .responsive .mysection > .container {
        padding-left: 0 !important; 
        padding-right: 0 !important; 
        width: 100% !important;
        min-width: 100% !important;
        margin: 0px !important;
      }
    }

    Greetings, Alex

    #1179502

    and one more thing. how cyn i disable the image overlay effekt here: https://imgur.com/a/mmfLKB9

    Greetings, Alex

    #1179796

    Hi Alex,

    Please try this CSS:

    #text .container {
        max-width: 100%;
        padding: 0;
    }
    
    #text .avia-section-small .content {
        padding: 0 !important;
    }

    The image overlay; do you want to disable that on only that image? If you want to remove it from the whole site then you can do so under Enfold->Advanced Styling.

    Best regards,
    Rikard

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