Hello,
I’m looking for a solution to remove padding on the video section, make it full size and remove margins on other sections?
This is the site, video is first at the top.
Theme is Debut.
Not opposed to changing the theme if need be.
Hello,
I’m looking for a solution to remove padding on the video section, make it full size and remove margins on other sections?
This is the site, video is first at the top.
Theme is Debut.
Not opposed to changing the theme if need be.
.page-width {
padding: 0 !important;
}
main#MainContent {
padding-top: 0 !important;
}
iframe#Video-video_9xmni4 {
width: 100% !important;
}
Result:
Best,
Liz