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

    Hi
    I try to style my gallery borders But does nor seem to work
    Added #top div .avia-gallery { border-right: none; } but does not work
    Besides that: the thumbs load in a strange way

    Thanks Woutski

    #1407798

    Hey Woutski,

    Thank you for the inquiry.

    Are you trying to remove the right border of the gallery? Adding the following css code should do the trick.

    #top div .avia-gallery .avia-gallery-big {
        border-right: 0;
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

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