Is this something I can easily fix or is it a Woo thing? I appreciate you can’t support third party stuff.
Thanks!
Hello Lisa,
Please add this code in X > Theme Options > CSS:
.search .x-main > article {
float: left;
}
.search .x-main .product >.entry-featured {
float: left;
width: 34%;
margin: 0;
}
.search .x-main .product.has-post-thumbnail>.entry-wrap {
float: right;
width: 66%;
padding-left: 35px;
}
Hope this helps.
you are brilliant! that works perfectly! thank you!
You’re welcome. Glad we’re able to help.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.