Tagged: yigit
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
and one more thing. how cyn i disable the image overlay effekt here: https://imgur.com/a/mmfLKB9
Greetings, Alex
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