Home Forums WoodMart support forum Container and banner height

Container and banner height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #367031

    Atanas954
    Participant

    Hello!
    1. Is there a way to edit on mobile version product container height, because the buttons “shop, favorite and compare” hides 1/3 of the product image?
    2. Main banners are way too big for mobile version. Is there a way to make banner height smaller?

    Attachments:
    You must be logged in to view attached files.
    #367044

    Hello,

    1) Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .wd-hover-icons .wrapp-buttons {
        bottom: 8px;
    }
    
    .product-grid-item .product-element-top {
        height: 225px;
    }

    2) Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards

    #367046

    Atanas954
    Participant

    Thank you!

    #367153

    Hello,

    You are Most Welcome.

    1) I have added the CSS in the Custom CSS for Mobile area.

    2) Sorry but it is not possible to change the height of the promo banner on mobile. You can try creating separate columns for mobile and hide them for desktop.

    Screenshot for Clarification: https://ibb.co/gDcyyML

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)