Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1112706

    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

    #1112731

    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

    #1112736

    Hi Mike,
    I’ve reattached the file and sent the link for you.
    Let me know if it doesn’t work?
    Thanks
    Joe

    #1112739

    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

    #1112770

    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

    #1112774

    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

    #1112775

    Hi Mike,
    No need, that’s fantastic and best practice.
    The css worked.
    Thanks very much for your help.

    #1112776

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Close gap up above button’ is closed to new replies.