Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1468563

    Hello,

    I want to dispaly images in a gallery. The options seem to be very limited. Please send CSS so I can adjust:

    1. spacing between images
    2. get rid of the grey border around images.

    Thanks
    Pete

    #1468569

    Hey ausgesonnen,

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

    #top .avia-gallery-thumb a {
      border-color: transparent; 
    }
    
    #top .avia-gallery img {
      padding: 5px;
    }

    Best regards,
    Rikard

    #1468571

    Ok added this to CSS. Doens’t work.

    #1468580

    Hi,

    Try this instead:

    #top .avia-gallery-thumb img {
      border-style: none; 
    }
    
    #top .avia-gallery img {
      padding: 5px;
    }

    Best regards,
    Rikard

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