Okay
  Public Ticket #2564100
Remove padding at bottom of page
Closed

Comments

  •  1
    Ryan started the conversation

    Hey there,

    I'm trying to figure out how to remove the empty white space below the last row on a post, before the footer. See attached screenshot.

    There is no padding/margin adjustments in any of the rows or the last column.

    Thanks!

  •  2,965
    Andrew replied

    Hi Ryan,

    Use the following custom css in Salient > General settings > CSS/Script related:

    .row, div.clear {
        padding-bottom: inherit;
    }
    .post .content-inner {
        padding-bottom: inherit;
    }
    

    Thanks.

  •  1
    Ryan replied

    Worked like a charm. Thanks for the superb support, as always!