• Hello. I have one question. I have a form which i have add 6 products as add on so costumers can add them with the main product. The question is if there is a way instead of grid with 3 or 4 columns to have a carousel that shows 3 columns and then the costumer can scroll to the left for the rest?

    • This topic was modified 4 days, 20 hours ago by speed1gr.
Viewing 1 replies (of 1 total)
  • Plugin Support Vivek Acowebs

    (@viveke)

    You can customize the form using additional CSS to style the field to resemble a slider.

    The following styles can be used to create a slider effect for the image group field.
    .wcpa_wrap .wcpa_type_image-group .wcpa_group_field {
    display: flex!important;
    flex-wrap: nowrap!important;
    width: 100%;
    overflow-x: auto;
    padding: 10px 5px;
    }


    Please ty it out.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.