Okay
  Public Ticket #1086856
single image padding
Closed

Comments

  •  6
    ida started the conversation

    Hi,

    In our portfolio pages we've added single images, one after the other, and they automatically has a few px padding, which is fine.

    But now we want to add a project with images one after the other without this gap, how do I do this?

    Many thanks! 

    /Ida

  •  8,999
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .single-portfolio .wpb_row {
        margin-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team