Comments 1Ryan started the conversationOctober 8, 2020 at 6:06pmHey 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,965Andrew repliedOctober 8, 2020 at 7:22pmHi 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. 1Ryan repliedOctober 8, 2020 at 11:20pmWorked like a charm. Thanks for the superb support, as always! Sign in to reply ...
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!
Hi Ryan,
Use the following custom css in Salient > General settings > CSS/Script related:
Thanks.
Worked like a charm. Thanks for the superb support, as always!