• Resolved Vladimir

    (@vladav)


    Hi,
    I am working on some site where NexGen gallery was used, but after great experience with foogallery on my other site I decided to change it.
    But I have some issue when carousel is used in elemetor container – please se the url;
    1/ There is added space approx 10px to each side,
    2/ The Next arrow is moved to right, so it is invisible (my be whole element is moved to right)

    May I ask you for help, or it is theme (Customify) issue?
    Kind regrds, Vladimir

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @vladav

    The issues you describe is being caused by the following CSS that seems to be coming from your theme files: https://prnt.sc/cPN47uc_xVJh

    To resolve this, you will need to come up with some custom CSS to counteract it’s effect. You can use the following CSS which may do just that:

    .foogallery.fg-carousel {
    grid-template-columns: auto !important;
    }

    Thanks.

    Kind regards,
    Elvis

    Thread Starter Vladimir

    (@vladav)

    Hi Elvis,

    thank you so much for fast reply – it helped, I ve got it 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Carousel & elementor -styling’ is closed to new replies.