-
AuthorPosts
-
March 29, 2018 at 7:53 pm #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.
March 29, 2018 at 8:34 pm #934976Hey ChristineGerman,
Perhaps this can be done via css. The link you provided is not working for me.
Best regards,
Jordan ShannonMarch 29, 2018 at 10:29 pm #935011This reply has been marked as private.March 29, 2018 at 10:35 pm #935017Hi,
Thanks for correcting that. Do you mean under the “Latest” section?
Best regards,
Jordan ShannonMarch 29, 2018 at 10:39 pm #935024This reply has been marked as private.March 29, 2018 at 10:54 pm #935038Hi,
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 ShannonMarch 29, 2018 at 11:29 pm #935055This reply has been marked as private.March 29, 2018 at 11:49 pm #935063Hi,
You would add it under Enfold Options > General Styling from the WordPress dashboard.
Best regards,
Jordan ShannonMarch 30, 2018 at 1:20 am #935079Sorry 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.
March 31, 2018 at 6:27 pm #935597Hi,
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,
MikeApril 3, 2018 at 6:32 pm #936704that didn’t change anything unfortunately
April 3, 2018 at 7:19 pm #936728Hi,
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 ShannonApril 3, 2018 at 7:22 pm #936732Yes I did, still not changing anything.
April 3, 2018 at 7:40 pm #936744Hi,
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 ShannonApril 3, 2018 at 10:22 pm #936826April 3, 2018 at 10:33 pm #936832Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.