Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #201029

    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

    #201046

    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

    #201054

    You are great. Thanks a lot. It works.

    /Chrilles

    #201162

    Hi!

    Glad it worked. :)

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to target margin on a promo box on a specific page?’ is closed to new replies.