Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1399665

    Hi
    How to reduce the space between the columns inside a post slider?

    #1399717

    Hey Grzesiek,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-content-slider .av_one_fourth {
        margin-left: 4%;
        width: 22%;
    }

    Best regards,
    Rikard

    #1399763

    Thanks
    Works great when I have four images/entries in a row
    But with three it doesn’t want to work

    #1399796

    Hi gwszelaki,

    Can you try to add this CSS code: (just adjust the gap value as you see fit)

    #top .avia-content-slider .slide-entry-wrap {
        display: flex;
        gap: 2em;
    }
    
    #top .avia-content-slider .slide-entry-wrap .flex_column {
        width: auto;
        margin-left: 0;
        flex: 1;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1399937

    Yes, this is exactly what i needed. Thanks a lot

    #1399951

    Hi,

    Great! Glad to know that this is working. Please feel free to open another thread if you have more questions regarding the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to reduce the space between the columns inside a post slider?’ is closed to new replies.