Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #542495

    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

    #543450

    any suggestion?

    #543626

    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

    #543924

    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

    #543988

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘thumbnails next to post’ is closed to new replies.