How to show vendor name below product title in collection pages

How can I show vendor name below product title in my collection pages? Currently they show above product titles.

Website: https://www.urbanframes.ae/

Thanks!

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >styles.css and paste this at the bottom of the file:
.product-block .product-link { display: flex; flex-direction: column;}
.product-block .block-inner .vendor {order: 2; margin: 0.4em 0;}
.product-price { order: 3;}