Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #934965

    Wondering if there is a shortcode that will allow me to change the padding at the bottom of the blog post grid layout. I don’t like the spacing as is, there seems to be too much just on the bottom at the end of the whole grid layout area (I’m not referring to the spacing in between grid rows).

    I do have a child theme setup FYI.

    #934976

    Hey ChristineGerman,

    Perhaps this can be done via css. The link you provided is not working for me.

    Best regards,
    Jordan Shannon

    #935011
    This reply has been marked as private.
    #935017

    Hi,

    Thanks for correcting that. Do you mean under the “Latest” section?

    Best regards,
    Jordan Shannon

    #935024
    This reply has been marked as private.
    #935038

    Hi,

    Thanks for clarifying that. Add this to quick css:

    .avia-builder-el-5 .slide-entry-wrap, .avia-builder-el-18 .slide-entry-wrap{
    margin-bottom:0px!important;
    }

    Best regards,
    Jordan Shannon

    #935055
    This reply has been marked as private.
    #935063

    Hi,

    You would add it under Enfold Options > General Styling from the WordPress dashboard.

    Best regards,
    Jordan Shannon

    #935079

    Sorry man, that did not work. That got rid of the space between grid rows, which is not what I wanted. That spacing looks fine as is in the theme. It’s the padding at the end of the entire grid section I don’t like.

    #935597

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top.page-id-25 .avia-content-slider {margin: 0px !important;}
    #top.page-id-25 .avia-content-slider-inner .slide-entry-wrap:nth-child(2),#top.page-id-25 .avia-builder-el-18 .avia-content-slider-inner .slide-entry-wrap,#top.page-id-25 .avia-builder-el-39 .avia-content-slider-inner .slide-entry-wrap {
    margin-bottom: 0px !important; 
    }

    Best regards,
    Mike

    #936704

    that didn’t change anything unfortunately

    #936728

    Hi,

    Did you add the code Mike gave to the very top of the quick css so it runs first? Also be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #936732

    Yes I did, still not changing anything.

    #936744

    Hi,

    In this case can you please screenshot the exact section you want corrected so I can ensure we are all on the same page.

    Best regards,
    Jordan Shannon

    #936826

    Screenshot of space I don't like

    #936832

    Hi,

    The code I initially provided should have worked. Please provide admin info in the private area so I can log in and look into this issue further.

    Best regards,
    Jordan Shannon

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.