Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #484648

    Hi,
    I am using the following to align images in Woo Product widget to the left and text to the right, but cannot get price right bellow product name, not bellow product image:
    div ul.product_list_widget li {
    float: left !important;
    width: 100%;
    text-align: right;
    }
    div ul.product_list_widget li img {
    clear:both !important;
    float:left !important;
    width:auto !important;
    }
    Please advice with some missing css
    Many thanks!!!

    #485039

    Hey videogame,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top div ul.product_list_widget li a {
        display: inline !important;
    }

    Best regards,
    Rikard

    #485063

    Hey Rikard,

    This works, thank you!

    Regards,
    Ivan

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Woccomerce Product Widget text’ is closed to new replies.