Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1275349

    I would like to minimize the gap between columns within one container on the website which is using 1/3 columns. I would also like these to display as one column on iPad portrait.
    I would also like to set the thumbnail image to display as a square, rather than a circle. Can this be done with CSS?

    • This topic was modified 3 years, 10 months ago by cinchmedia.
    #1275662

    Hey Beth,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-136 #av_section_2 .av_one_third {
        margin-left: 0;
        width: 100%;
    }
    
    .page-id-136 #av_section_2 .av_one_third .av-catalogue-image {
        border-radius: 0;
    }

    Best regards,
    Rikard

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