Home Forums WoodMart support forum Brand image above product title on Quick View?

Brand image above product title on Quick View?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #327975

    Thora
    Participant

    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.

    #328136

    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

Viewing 2 posts - 1 through 2 (of 2 total)