Okay
  Public Ticket #3716430
Carousel Fancy Box : 0px spacing?
Closed

Comments

  •  1
    newvoicetalentservices started the conversation

    Hi, 

    I can't find a way to put 0px spacing between the Fancy boxes, into a carousel.

    Do you know how to do?

    Many thanks

    Attached files:  Capture d’écran 2024-09-02 à 16.29.31.png
      Capture d’écran 2024-09-02 à 16.29.44.png
      Capture d’écran 2024-09-02 à 16.30.07.png

  •  8,837
    Tahir replied

    Hey newvoicetalentservices ,

    Please provide the page URL so we can write up what's possible.

    Thanks.


    ThemeNectar Support Team 

  •  2,958
    Andrew replied

    Hi Hugo,

    Thank you for reaching out to us.

    Could you share your site URL so we can check this out for you?

    We look forward to your reply.

    Thanks,

  •  1
    newvoicetalentservices replied

    Hi Adrew, Tahir, before the footer : https://newvoice.gg/home-3-0-duplicate-1/ 

    don't care about all the rest it WIP haha 

  •  8,837
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-flickity.nectar-carousel[data-format=default] .flickity-slider .cell {
        padding: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2,958
    Andrew replied

    Hi Hugo,

    Thanks for writing to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    .nectar-flickity.nectar-carousel[data-format=default] .flickity-slider .cell {
        padding: 10px 0;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

    Regards,

  •  1
    newvoicetalentservices replied

    Many thanks for the quick answers Andrew and Tahir, it's all good now!