Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1148377
    md_mitchell
    Participant

    Could you please tell me how to reduce space between elements? Thanks so much!

    #1148513
    Prasant Rai
    Moderator

    Hello Mitchell,

    Thanks for writing in! We can try some CSS. Would you mind providing your URL and pointing us the the section and elements in question?

    Thanks!

    #1148631
    md_mitchell
    Participant
    This reply has been marked as private.
    #1148754
    Joao
    Moderator

    Hi There, if you want to affect all the feature boxes please add the following code to Appereance Customizer Custom CSS

    .x-feature-box-graphic img {
        padding-bottom: 8%;
    }
    

    If you just want to affect the 3 inline one“s

    .x-column .x-sm .x-1-3 .x-feature-box-graphic img {
        padding-bottom: 8%;
    }
    

    Hope that helps

    Joao

    #1148823
    md_mitchell
    Participant

    Thanks for your response. Unfortunately, it didn’t work. The space isn’t in the feature box but between the feature box element and the icon element below it.

    Thanks.

    #1149189
    Rue Nel
    Moderator

    Hello There,

    Thank you for the clarifications! You can make use of the spacing utility classes. To know more about this, you can check out our knowledge base:
    https://community.theme.co/kb/element-spacing/
    https://community.theme.co/kb/css-class-index/

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1148377 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>