Home Forums Pro Themes Clean Commerce Pro Reduce the size of products slider

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #30369
    TAURUS
    Participant

    Good day I would like to know how I do to reduce the size of the slider products and that in my opinion is too big.

    Clarify that I have reduced the size of the image and only change the quality but not the size of the slider bar.

    Thanks for your help, and excellent theme.

    this is my web site: https://taurussmartt.com/

    #30443
    wensolutions
    Keymaster

    Hello @TAURUS,

    The widget settings available in the “CC: Products Slider” widget already has the feature to change the image size in the slider. Also, you have mentioned that you have tried using the size with image blur issue. We will check and verify the issue in the theme latest version and will fix if the issue exists in the theme.

    Meanwhile, for a quick fix for the issue please paste in the following custom CSS in your Admin Dashboard > Appearance > Customizer > Additional CSS that will help you decrease the slider size for your current slider settings :

    .clean_commerce_widget_products_slider img {
        width: 46%;
    }
    
    .clean_commerce_widget_products_slider .product-caption .product-title a {
        font-size: 21px;
    
    }

    Hope this Helps,

    Best Regards !!

    #30444
    TAURUS
    Participant

    Thanks for this temporary solution.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.