Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #356387

    While the promo box is a nice feature, it is problematic since the button location is only on the right side. Is there a way to move the promo box to the bottom so that it can be used in a 1/3 column? Also can the promo box put an H2 or H3 headline in the box along with the copy?

    #356591

    Hey MtnStreamGroup!

    Thank you for using Enfold.

    You can use this on Quick CSS:

    .avia-promocontent {
    margin-right: 0;
    }
    
    .av_promobox .avia-button {
    float: none;
    position: relative;
    z-index: 2;
    max-width: 139px;
    }
    
    .av_promobox .avia-button.avia-size-large {
    margin-top: 0;
    }
    
    .avia-button-right {
    display: block;
    position: relative;
    }

    You can use html tags on the promobox content if you want to add h1s or h2s.

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.