Brand image above product title on Quick View?
-
Hello,
we want a more uniform look for quick view and therefor want to position the linked brand image above the product title (not below), as it is already set and working for single product page.
I searched the template files but couldn’t find a matching code, e.g. in /woocommerce/content-quick-view-horizontal.php.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-quick-view .wd-scroll-content {
display: flex;
flex-direction: column;
padding-bottom: 30px
}
.product-quick-view .wd-product-brands {
order: -1;
}
Best Regards