Post snippets carousel

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10218
    Morskate
    Member

    Having an issue with the post snippets carousel on http://notapenguin.nl.

    The slide-in/hover info overlay that comes up when you mouse over the image is in my case also coming up when mousing over the title text. This looks really messy. For example, put your mouse on the last line of the title of the first item. The overlay comes up, then your selecting text, unless you move the mouse, then the hover effect disappears and immediately comes back.

    How do I fix this, or how do I make the mouse over/hover area smaller?

    #10219
    Morskate
    Member
    This reply has been marked as private.
    #10247
    Raghavendra
    Moderator

    Looks like you have the following code in Custom CSS and also commented out the related code in style.css which is causing this issue. –

    .image-area {
    position: relative;
    /* overflow: hidden; */
    /* line-height: 0; */
    }
    

    Any reason why you need this? Pls uncomment, the issue will get resolved

    #10295
    Morskate
    Member

    Yes, it’s because I made changes to the way the blog archive is displayed. I’ve changed the code in custom css to reflect the correct change AND make the archive work how it’s intended:

    .archive .image-area {
    position: relative;
    overflow: inherit;
    /* line-height: 0; */
    }
    #10296
    Raghavendra
    Moderator

    Great. Thanks for letting us know.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.