Hi,
simple question: I cannot align the call-to-action button in the promo box under the text, there is no such option in the promo box menu. I also can´t put the button in manually (as a “text-item”), the button doesn´t show at all then. Is there a way to do it?
Hey heho!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_promobox .avia-button {
position: relative;
margin-top: 10px!important;
}
.avia-promocontent { margin-right: 0; }
Best regards,
Yigit
Works geat, thank you!