Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1399589

    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?

    #1399615

    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

    • This reply was modified 1 year, 8 months ago by Rikard.
    #1400065

    Perfect, thank you!

    #1400067
    This reply has been marked as private.
    #1400068
    This reply has been marked as private.
    #1400090

    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

    #1400605

    .

    • This reply was modified 1 year, 8 months ago by Sandy.
    #1400772

    Hi,

    It’s been edited.

    Best regards,
    Rikard

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