Hi! I have a problem with the text in the promotion box. The current text is loaded into the button (see attached image)
Thank you!
Hi jordip,
Can you give us a link to the page mentioned?
Best regards,
Nikko
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
Thanks Nikko, but now when the screen size is less than 768px, it looks bad.
You can see in the same link.
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