Tagged: white space
Hi,
I’s like to reduce the white space in that page.
In Custom CSS I’ve applied .main.template-page.content.av-content-full.alpha.units {
padding-top: 0px;
}
But got no luck.
Is there a way you can help?
Thanks.
Hi @pmfonseca;
the code below can be the cause of it :
.background-img-responsive.avia-section-huge .content { padding-bottom: 15% !important; padding-top: 15% !important;}
Yep, it was that.
Thanks begrafiks.