Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter eagleview

    (@eagleview)

    Hi,

    Woocommerce product widgets

    Would anyone please know what css I could use to move/locate the ‘product title’ below the product image, and also control the container height of the woocommerce product widgets?

    https://www.storeit4less.co.nz/store

    Thread Starter eagleview

    (@eagleview)

    Hi,

    Is there anyone who could please assist with my below query:

    Woocommerce product widget:
    Would anyone please know what css I could use to move/locate the ‘product title’ below the product image (in desktop view), and also control the container height of the woocommerce product widget?

    https://www.storeit4less.co.nz/store/

    Your assistance would be greatly appreciated

    Thread Starter eagleview

    (@eagleview)

    Is there any savvy css person who could solve this item …. please? ??

    Woocommerce product widgets:
    Task to solve
    – move/locate the ‘product title’ below the product image (in desktop view)
    – control the container height of the woocommerce product widget
    – remove the dot that displays to the left side of the image (so that all the contents are centred evenly)

    Any help would be super appreciated!!!

    https://www.storeit4less.co.nz/store/

    Thread Starter eagleview

    (@eagleview)

    I paid someone to identify the correct css to solve this issue.
    Below is the code – it may be helpful for someone else ??

    ul.product_list_widget li {
    list-style-type: none;
    }
    .elementor-widget-container span.product-title{display:block;}
    ul.product_list_widget {
    padding-left: 0;
    margin-left: 0;
    }

    Thread Starter eagleview

    (@eagleview)

    Resolved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Product title and container height’ is closed to new replies.