New Landing How can we help? Cardinal How to create horizontal padding

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #103116
    ShteebleGuy
    Member
    Post count: 17

    Hi there,

    I’d like to add some space in between the paragraph of text at the top of the page and the area with the header and ‘Apply’ button. You have an asset that creates vertical space of any amount between other assets or other rows. Is there a way to create some horizontal space between assets or columns. I know I can put a spacer element in a column, but I can’t designate that it only be 30px for example. That’s what I’m looking to do, create spaces of smaller pixel amounts between assets or columns.

    Thanks!

    #103125
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Unfortunately not, our theme is built on a 12 column grid with gutters of 30px, if you want to have a different horizontal space you will need to use custom css

    – Kyle

    #103126
    ShteebleGuy
    Member
    Post count: 17

    What sort of custom CSS would I use to add space in a specific element on a specific page?

    Thanks!

    #103128
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You would add an extra class to the element, then add this custom css:

    .your-class {
     margin-right: 20px;
    }

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register