Okay
  Public Ticket #1837454
Client Module Spacing
Closed

Comments

  •  1
    jeffvanik started the conversation

    For the client module, I can see that horizontal spacing can be inserted, but can vertical spacing be inserted as well (in-between each box)?

    I'm not seeing vertical spacing available as a feature in the options panel.

    Thanks!

  • [deleted] replied

    Hi jeffvanik,

    Please add the code below to your Custom CSS area:

    .logos-holder.no-spacing-cols .client-logos-col {
        padding-left: 10px;
        margin-bottom: 10px;
    }

    Thanks!