I need more vertical space between the text and the button inside the Promo Box, only on mobile. How is this done? And how do I apply this to all Promo Boxes on all pages?
Hey,
Thank you for the question.
The following css code should add some space between the promobox content and button.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive .avia-promocontent {
margin-bottom: 50px;
}
}
If you need to apply this to a specific promobox, edit the element, apply a custom css class name to it and use this class name in the css rule above.
Best regards,
Ismael
Perfect, thank you!
Hi,
Great, I’m glad that Ismael could help you out.
I’m not sure which information you are looking to remove? There’s nothing in your username or post which would reveal any personal information about yourself.
Best regards,
Rikard
.