HomePage Featured Categories/Products Carousel padding and margin customisation

Home Support eCommerce Gem HomePage Featured Categories/Products Carousel padding and margin customisation

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17636
    Anonymous
    Inactive

    Hi could you please provide the CSS required to customised the padding and margins of Featured Categories and Products Carousel widgets on the Home Page area ?
    At the moment is leaving too much space and would like to reduce it a bit, thanks

    #17665
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Please follow the below-mentioned steps to add custom CSS

    1) Log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    #home-page-widget-area .widget.ecommerce_gem_widget_featured_categories{
        padding-bottom:0px;
    }

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team ProDesigns

    #17751
    Anonymous
    Inactive

    Thanks this reduces the Widget area for Featured Categories, would the area for Featured Products be similar to that? i.e. .widget.ecommerce_gem_widget_featured_products? or would it be a different one? thanks

    #17794
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    For product slider the css selector is .widget.ecommerce_gem_widget_latest_products

    Hope this helps!

    Have a great day ahead!

    Regards,
    Team ProDesigns

    #17828
    Anonymous
    Inactive

    Thank you it worked fine

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