New Landing How can we help? Themeforest Theme Support Neighborhood left arrow on blog page overlaps post snippet

Viewing 8 posts - 1 through 8 (of 8 total)
  • #229219
    creatorofstuff
    Member
    Post count: 313

    I just noticed this on our blog page. I have not customized this page. Why would the left arrow be overlapping the blog post like this? See screenshot.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #229232
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .carousel-wrap a.carousel-prev{
    left:-40px !important;
    }

    Thanks
    Mohammad

    #229407
    creatorofstuff
    Member
    Post count: 313

    That worked, but here I go down that rat hole of having to add custom code to get this theme to work properly. I don’t get that. But thank you.

    Also, I didn’t notice this the first time around, but the arrow on the right also overlaps the posts. See screenshot.

    Attachments:
    You must be logged in to view attached files.
    #229575
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this css code also:-

    .carousel-wrap a.carousel-next{
    right:-40px !important;
    }

    Thanks
    Mohammad

    #230089
    creatorofstuff
    Member
    Post count: 313

    Thank you for the code. It does fix the problem on the website, but the mobile version is not good now. The arrows are far enough off to the side that you can’t tell what they are. See screenshot.

    Attachments:
    You must be logged in to view attached files.
    #230095
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove all of last code and use this code.

    @media only screen and (min-width: 1024px) {
    .carousel-wrap a.carousel-next{
    right:-40px !important;
    }
    .carousel-wrap a.carousel-prev{
    left:-40px !important;
    }
    }

    Thanks
    Mohammad

    #230328
    creatorofstuff
    Member
    Post count: 313

    Yes, thank you. That did the trick. 🙂

    #230329
    David Martin – Support
    Moderator
    Post count: 20834

    Great, thanks Mohammad!

    – David.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register