Home Forums WoodMart support forum justify image size

justify image size

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

    nabeel1992
    Participant

    Hi
    how can i justify my images in shop page if i uploaded my media in different sizes ?
    i want all images in same level of border
    the issue as picture below
    Regards

    #195780

    nabeel1992
    Participant

    also i want correct this issue
    1- search icon on search word i want separate them ?
    2- i want remove wishlist and my account from slide menu as picture ?
    regards

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

    Hello,

    1) The product images are controlled by WooCommerce and our theme doesn’t influence it. WooCommerce provides settings for images that you can find under Appearance >> Customize >> WooCommerce >> Product Images.

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

    2) For the search bar icon Please add the following Custom CSS in the Custom CSS for desktop area under Theme Settings >> Custom CSS.

    .searchsubmit {
    margin-left: 150px;
    }

    To Hide my-account and wishlist from the mobile menu you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    body .site-mobile-menu .menu-item-my-account,
    .menu-item-wishlist {
    display: none;
    }

    Best Regards.

    #195881

    nabeel1992
    Participant

    Thank you for you help every thing done well but the social login by Facebook error in icon ..
    working good but shape of icon error as picture
    regards

    #195882

    nabeel1992
    Participant

    Thank you for you help every thing done well but the social login by Facebook error in icon working good but shape of icon error as picture
    regards

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

    Hello,

    You are Most Welcome.

    I saw the screenshot you attached. Please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-social-alt-style .login-fb-link::before {
    text-align: left;
    }

    Best Regards.

Tagged: 

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