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

    There is a thin line below he masonry gallery but not above.
    I do not want a line below ether.
    See link

    #958302

    Hey studioinktvis,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #after_masonry {
        border: 0 !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #958588

    No did not work

    #958595

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #after_masonry {
        border: none!important;
    }
    
    

    If that does not work either, please post WP admin logins here privately so we can look into it.

    Best regards,
    Yigit

    #966379

    Yes. fixed thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘masonry gallery thin line’ is closed to new replies.