Home Forums WoodMart support forum height of the product image for mobile devises

height of the product image for mobile devises

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #70351

    piannikov
    Participant

    Hi,

    How can I change the width and height of the Products image or mobile devises via CSS.
    I would like to have 300px height, and 50px for thumbnails (only for mobile).
    Thank you!

    #70366

    Artem Temos
    Keymaster

    Hi,

    Please, send us some screenshots where you want to change them and your website link so we can check it.

    Regards

    #70413

    piannikov
    Participant

    Send link to screenshot. https://yadi.sk/i/jVpgB2LM3Zo7sM

    #70418

    Artem Temos
    Keymaster

    Our theme has responsive layout and images on mobile devices are the same as on the desktop devices. They are just scaled to the size of your device’s screen. There are no specific options for images size on mobile devices.

    #70438

    piannikov
    Participant

    And this can not be done by editing the code? Tell me which files to watch.

    #70440

    Artem Temos
    Keymaster

    You can control your images size in Appearance -> Customize -> WooCommerce -> Product images.

    #70443

    piannikov
    Participant

    bad, bad, bad. I want to change this

    #70446

    piannikov
    Participant
    #70447

    Artem Temos
    Keymaster

    How exactly do you want to change this? Could you please send us some example of how it should look?

    #70481

    piannikov
    Participant

    height 300px

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

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area for mobile and tablet devices in Theme Settings

    .product-images {
    	max-width:300px;
    	margin: auto;
    }
    #70550

    piannikov
    Participant

    excellent

Tagged: 

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

The topic ‘height of the product image for mobile devises’ is closed to new replies.