Okay
  Public Ticket #2256358
Row Padding Issues
Closed

Comments

  •  5
    Steve started the conversation

    Hi Tahir,

    We are struggling with the new version of Salient not letting images sit to the bottom of the row. It doesn't matter what we do there is always padding at the bottom. We managed to do this on previous versions of Salient but for some reason it's not working now. The padding also only seems to appear on the bottom of the row and not the top.

    I also tried using one of the Salient Hero Design elements with the ipad and it does it with that too.

    Could you let me know if there is a work around for this?

    Thanks,

    Steve

  •  3,023
    Andrew replied

    Hi Steve,

    To get rid of the bottom padding add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .wpb_row.full-width-section, .wpb_row.full-width-content, body.material .wpb_row.full-width-section, body.material .wpb_row.full-width-content {
        margin-bottom: -15px !important;
    }
    

    Kind regards,