Home Forums WoodMart support forum Image Size of Grid

Image Size of Grid

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #242725

    tremimi
    Participant

    Hello,

    i do want to smaller the size of the image list view. Especially in th mobile view.
    Like you can see in the Screenshots, the images are to big for restaurant purposes.
    Working with Elementor

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

    Hello,

    I saw the screenshot you attached.

    Sorry but there is no option in Theme Settings to change the size of the images for only mobiles.

    You can try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .product-grid-item .product-image-link img {
    	width: 80%;
    	height: 200px;
    }

    You can try setting the height and width according to your needs.

    Best Regards.

    #242874

    tremimi
    Participant

    Thank you. It worked. I have 60% now. Is there any setting that allows me to make 2 rows product in list view?

    #242884

    Hello,

    You are Most Welcome.

    Sorry but the list view only works on one column; you cannot display two on mobile.

    It requires customizations and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios.

    #242893

    tremimi
    Participant

    Okay Thank you. Last thing. Its important for a restaurant to display the description also on mobile. On Desktop you can see it. Can we customize that?

    See Screenshot

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

    Hello,

    I saw the screenshots you attached; by default it is not displayed for the mobile versions.

    I have tried visiting your website and it’s not working on my end even if I used a proxy. Please make sure that your website is working to check it myself and help you out accordingly.

    Screenshot for Clarification: https://prnt.sc/vm63cv

    Regards.
    Xtemos Studios.

    #242917

    tremimi
    Participant

    This is awkward…

    Please try again with https like below. Also you can try wp-admin. Maybe because its Password Protected.

    #243058

    Hello,

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

    .product-list-item .woocommerce-product-details__short-description {
    	display: block !important;
    }

    Then the description will be displayed on the mobile as well.

    Regard’s.
    Xtemos Studios.

    #243137

    tremimi
    Participant

    Thanks a lot!!

    #243145

    Most Welcome :-)

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘Image Size of Grid’ is closed to new replies.