- This topic has 7 replies, 2 voices, and was last updated 1 year, 5 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
I already set the WIDTH to full width 100%… but my video and all content in my homepage is not like the header image.. how can i fix that… ??
Hi,
Can you please describe the issue you have in more detail? Please share a direct link to the page where the issue appears and for more clarifications, please share screenshots of the issue.
Kind Regards
The header image is perfect, with full width .. I want the video with full 100% width too..
Hi,
Unfortunately, we cant make only vide to be full width, because the theme has main container padding if we remove all this padding all other elements on the website will be full width as the header image.
Kind Regards
thats exactly what i´m looking for… how do I remove all this padding ?
Hi,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.main-content {
padding: 0 !important;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
padding: 0 !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: 100% !important;
}
Kind Regards
Thanks for your help…. solved..
Feel free to contact us at any time, we are more than happy to help.
Kind Regards