• Closed
  • Dennis Warwick
    Spectator
    February 22, 2015 at 10:56 pm #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
    February 25, 2015 at 6:05 pm #14938

    use Custom CSS as:

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