Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1277443

    Hi! I have a problem with the text in the promotion box. The current text is loaded into the button (see attached image)
    text on button

    Thank you!

    #1277553

    Hi jordip,

    Can you give us a link to the page mentioned?

    Best regards,
    Nikko

    #1277592

    Link

    Thanks!

    • This reply was modified 3 years, 9 months ago by jordip.
    #1277617

    Hi jordip,

    Thanks for the link.
    Please go to Enfold > General Styling > Quick CSS and add this CSS code:

    .page-id-4145 .avia-promocontent {
        margin-right: 240px;
    }

    Best regards,
    Nikko

    #1277645

    Thanks Nikko, but now when the screen size is less than 768px, it looks bad.
    You can see in the same link.

    #1277734

    Hi jordip,

    You’re welcome, please try adding this CSS code as well:

    @media only screen and (max-width:959px) {
      .page-id-4145 .av_promobox .avia-button-wrap {
        float: none;
      }
    
      .page-id-4145 .av_promobox .avia-button {
        position: static;
        margin-top: 0;
        float: none;
      }
    }

    Best regards,
    Nikko

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