• Closed
  • Dennis Warwick
    Spectator
    22.02.2015 at 22:56 #14920

    When using the column short code is there a way to change the default upper and lower padding values? I’d like to be able to stack multiple sets of columns together more tightly. Thank you.

    Roman
    Spectator
    Posts: 3147
    25.02.2015 at 18:05 #14938

    use Custom CSS as:

    .one_half, .one_third, .two_third, .three_fourth, .one_fourth {
    margin-bottom: 0px;
    }