@Mariusz,
Would you, please, share the polish traslation again? The wetransfer link povided here is not active anymore.
If you do so, would you accept me to share it permanently at my server so it could be available for a longer time?
If you expect any donation, please, let me know.
Thanks.
Wel.. when I use your code buttons align properly to each other but they are still moved a bit left frrom the center of the text. I added one more line and now it looks like it should
@media only screen and (max-width: 480px) {
.avia-slideshow-button {
margin-left: 0 !important;
margin-right: 0 !important;
}}
Thanks for the assistance, Yigit. I will do so.
Consider this issue closed.
Ok… while waiting for the response I played a bit with CSS and have found a temporary solution:
adding the code below in quick CSS field results with fixing the issue.
#top .avia-slideshow-button {
margin-left: 8px;
margin-right: 8px;
}
I guess, enfold theme crew would consider fixing this issue in a proper way in future releases.