Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #817122

    Hi Endfold-Team,

    I’d like to resize the Product-Thumbnails in the sidebar (in order to make them more visible). I’ve been searching the web for solution, but so far without any success. Is there a way to resize the thumbnails in the “cart” and the “cross-sells” -widget? (See screenshots for more)

    I’ve already tried setting the pixel-size in the functions.php file and regenerating all the images… (appears to be a css problem)

    Thank you in advance!

    #817469

    Hey mpbaum,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    div ul.product_list_widget li img {
        float: right;
        margin-left: 0;
        width: 65px;
        padding: 0px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.