Tagged: ,

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

    I would like to change the position of the button in the promo box from right to down in the middle. How ist this possible?

    #1344427

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .av_promobox .avia-button-right {
      float: none;
    }
    .av_promobox .avia-button {
      float: none;
      position: unset;
      margin-top: 0 !important;
      width: 150px; /* Adjust width as needed */
      margin: auto;
    }
    

    Best regards,
    Yigit

    #1344452

    Hey Yigit,

    great! This works fine to me but it seems the content above the button doesn’t use the whole space of the promo box. Is there any solution to avoid the break?

    Thanks in advance!

    Michael

    #1344463

    Hi Michael,

    Please add following code to Quick CSS field as well

    .avia-promocontent {
      margin-right: 0;
    }

    Best regards,
    Yigit

    #1344512

    That’s great! Thank you!

    #1344545

    Hi,

    Great, I’m glad that Yigit could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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