Okay
  Public Ticket #436701
Gap below portfolio
Closed

Comments

  • Ryan started the conversation

    I've noticed each time I add a portfolio element to the page it places a gap/margin at the very bottom of the instance. This prevents the next row from butting right up to the portfolio as it should. I've double checked and don't have any margin or padding defined on either element. How can I get rid of this?

  •  8,850
    Tahir replied

    Can you provide the page url ? .

    Thanks


    ThemeNectar Support Team 

  •   Ryan replied privately
  •  8,850
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .wpb_row {
        margin-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Ryan replied

    That fixed it, thanks Tahir!