Tagged: CSS
Dear Support
First of all thank for an absolutely great theme!
I have some promo boxes on this page where the margin is too big. See http://produktiondanmark.dk/kontakt-2/
I have made this CSS that works fine when I insert it in to the Quick CSS in the template styling page.
.avia-builder-el-1,.avia-builder-el-2,.avia-builder-el-3,.avia-builder-el-4,.avia-builder-el-5,.avia-builder-el-6,.avia-builder-el-7
{
margin: 15px 0px;
margin-top: 0%;
}
… but it also affects the margin on the promo box on the frontage.
Can anyone assist?
Kind regards,
Chrilles
Hi Chrilles!
Please use this instead:
.page-id-2801 .av_promobox {
padding: 10px 30px;
margin: 10px 0;
}
Remove browser cache then reload the page.
Regards,
Ismael
You are great. Thanks a lot. It works.
/Chrilles