Okay
  Public Ticket #185480
Thin grey line last blog masonry item
Closed

Comments

  • Daniel started the conversation

    Hey, it\'s me again. I have a question regarding the masonry blog style. I\'ve eliminated the polaroid-frames. But still there shows up a thin grey line at the last item of the blog portfolio. See: http://www.finsoem.de/blog/

    Can you tell me how to get rid of it?

    Thanks in advance!

  •  8,838
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel:

    #post-area.masonry > article:last-child div.content-inner {
    	 border-bottom: none !important;
    }
    


    Cheers


    ThemeNectar Support Team