New Landing How can we help? Atelier Padding-top and bottom – site-wide?

Viewing 6 posts - 16 through 21 (of 21 total)
  • Posted in: Atelier
  • #262733
    alexanderchristiansen
    Member
    Post count: 179

    I have updated the theme btw.

    Attachments:
    You must be logged in to view attached files.
    #262736
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You can’t set spacing between elements, only top, bottom, left and right of the rows

    You would have to use custom css to edit spacing between elements

    – Kyle

    #262800
    alexanderchristiansen
    Member
    Post count: 179

    Thanks Kyle.
    So I added this to my Custom CSS:

    .spb-row-container.spb-row-full-width .spb_content_element>.container {
        padding-bottom:2%;
    }

    However this goes global. I would like this only to be on some of my pages.
    Then I tried to create a class:

    /*CLASS CREATED FOR BELOW*/
    .concept_row {
        
    }
    
    .concept_row .spb-row-full-width .spb_content_element>.container  {
        padding-bottom:0%!important;
    }
    

    But when adding extra class to a row with concept_row it doesn’t work though.
    any input on this? 🙂

    #262888
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    CSS should be:

    .concept_row.spb-row-full-width .spb_content_element > .container  {
        padding-bottom:0%!important;
    }

    – Kyle

    #262913
    alexanderchristiansen
    Member
    Post count: 179

    Kyle you are a wizard!
    Amazing!

    #262915
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem, happy to help

    – Kyle

Viewing 6 posts - 16 through 21 (of 21 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