Hi!
Referring to my old post (https://kriesi.at/support/topic/thumbnails-next-to-post/), i’ve seen that in the mobile version there is a problem, the text of the post is under the following item.
Thank you,
Valentina
any suggestion?
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.home .slide-entry .slide-content {
position: relative;
}}
Regards,
Yigit
After some attemps, I’ve replaced all your previous code just with;
.home .avia-content-slider .slide-image {
float: left;
margin-top: 0;
margin-right: 1.4em;
}
and seems to work fine on every device.
Regards,
Valentina
Hey!
Glad to know you got things sorted on your end :)
Please let us know if you ever need any help in the future.
Regards,
Dake