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

    Hello, I’m building a Tab Section with a Catalogue inside each tab. I’d like the thumbnail size to be bigger than the default. Here’s the CSS I found and tried in my Quick CSS window but it hasn’t worked. Any help would be greatly appreciated. Thanks in advance.

    /* Thumbnail size */

    .av-catalogue-container.my-custom-catalogue .av-catalogue-list li .av-catalogue-image {
    width: 140px;
    height: 140px;
    }

    #1214181

    Bumping this thread. Any help would be greatly appreciated.

    #1214182

    Hey Solan,

    Could you post a link to where we can see the results you are getting please?

    Best regards,
    Rikard

    #1214849

    Hi Rikard, thanks for your response. I’ve posted a link in the private section.

    #1215223

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .av-catalogue-list .av-catalogue-image {
        width: auto;
    }

    Best regards,
    Rikard

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