Hello
I have used some css to remove the blog categories (see below), this has left a big gap above a button I have added in called ‘MORE’. I have also added a screenshot to show you… is it possible to close this gap up?
span.blog-categories.minor-meta {
display: none!important;
}
Many thanks
Joe
Hey Joe,
Unfortunately, your link to the page and the screenshot is not showing for me, please repost so we can be of more assistance.
Best regards,
Mike
Hi Mike,
I’ve reattached the file and sent the link for you.
Let me know if it doesn’t work?
Thanks
Joe
Hi,
Thank you, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.home .avia-builder-el-22 .slide-entry-wrap,#top.home .avia-content-slider.avia-builder-el-22 {
margin-bottom: 0px !important;
}
Then clear your browser cache and any cache plugin, and check.
Best regards,
Mike
Hi Mike,
That’s great thank you, it’s worked :)
Just another thing though, I have a similar instance on this page (see private info)… I thought the css code you gave me would work on all cases of the button. Is some new code needed or should it work?
Thanks
Joe
Hi,
Sorry, I typically write the css to be specific so as to not cause conflicts, please try adjusting to this:
#top .slide-entry-wrap,#top .avia-content-slider {
margin-bottom: 0px !important;
}
Best regards,
Mike
Hi Mike,
No need, that’s fantastic and best practice.
The css worked.
Thanks very much for your help.
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike