Home Forums WoodMart support forum INCREASE WIDTH OF PICTURE AREA ON LIST VIEW

INCREASE WIDTH OF PICTURE AREA ON LIST VIEW

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #114629

    Jeriss Cloud Center
    Participant

    Dear,

    On the shop page list view, is there any way to increase the column width where the picture is displayed?

    Thanks

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-list-item .product-element-top {
       -ms-flex: 0 0 500px;
       flex: 0 0 500px;
    }

    Best Regards

    #114757

    Jeriss Cloud Center
    Participant

    Thanks

    I just applied it, but I notice now that the images are not centered anymore.
    Check the attachment, how can I ensure it remains centered?

    https://gevcen.tinytake.com/sf/MzQxMDk5M18xMDIwNjY3NQ

    #114900

    Hello,

    Please update my credentials I cannot log in and I cannot inspect the element.

    Best Regards

    #114910

    Jeriss Cloud Center
    Participant

    You are already admin on my site. I updated them now.

    #114989

    Hello,

    Please remove the provided code from Global to Desktop and Tablet

    Best Regards

    #115111

    Jeriss Cloud Center
    Participant

    Thanks, point closed

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

The topic ‘INCREASE WIDTH OF PICTURE AREA ON LIST VIEW’ is closed to new replies.