Okay
  Public Ticket #714181
change the position of thumbnail product and product name on the widget
Closed

Comments

  • Joffrey started the conversation

    Hello Tahir ! :)

    I would like to know of can I change the position of the thumbnail product (woocommerce) and the name of the product ? 

    Can you write a custom code ? ou indicate me what should I change ? 

    Thank you so much! 

  •  8,992
    Tahir replied

    Hey,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .woocommerce ul.product_list_widget li img {
        float: left !important;
        margin-right: 10px !important;
        margin-top: 3px !important;
        width: 50px !important;
        margin-bottom: 0px !important;
    }
    

    Best.


    ThemeNectar Support Team 

  • Joffrey replied

    It is perfect Tahir,

    Thank you so much