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

    Hi, I have a gallery set up with the Big image and thumbnails underneath, but they arent being displayed correctly.

    It is under the Fitness Resort Accommodations section

    #533727

    Hey dvalansi!

    Can you please provide us with backend access, so we can check how you have setuped them?

    Cheers!
    Basilis

    #533738

    Yes

    #534269

    Hi!

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

    #top .avia-gallery .avia-gallery-thumb a img {
        width: auto;
    }

    Cheers!
    Yigit

    #534315

    That did the trick, any reason why this would just randomly happen?

    #534593

    Hi!

    This is one of those clearfix issues. This code should fix it as well:

    #top .avia-gallery .avia-gallery-thumb a {
        float: left;
    }

    Best regards,
    Ismael

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