Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1117063

    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

    #1117277

    Hey Joe,

    Please try the following CSS as well:

    .avia-content-slider {
        margin: 0;
    }
    
    .avia-content-slider .slide-entry-wrap {
        margin-bottom: 0;
    }

    Best regards,
    Rikard

    #1117387

    Hi Rikard,

    That worked perfectly, thank you!

    Joe

    #1117430

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Gap left where Blog Categories has been removed’ is closed to new replies.