hi,
i have updated the css as per the thread below – please note that the css uploaded in the last post with the correct css added but please can someone explain why the ‘related products’ will not show all 4 products on the same row? It now knocks the 4th photo to the next row?
thanks for the help though i am so close!
ps-this css works but it wasnt the initial css you posted thats why it didnt work for me
.single-product .product {
width: 100%;
}
.single-product-summary {
float:left;
width:40%;
}
ORIGINAL THREAD
https://kriesi.at/support/topic/single-product-page-sidebar-not-showing-up/#post-334527
LINK of pg for reference. I tried adding .related .products {width:100%} in child style.css file but didnt work related products still shows 3 on one line then one on the newxt row down
http://www.heritagetrim.com/testq/store/porsche-911-912-seat/
um i added an extrea opening div to the last function and somehow it works now- can u please check to see if this is the correct solution?
function avia_close_summary_div()
{
echo “</div>”; //close out the summary
get_sidebar(); echo “<div>”;
}
http://www.heritagetrim.com/testq/store/porsche-911-912-seat/
Hi!
You fixed it! nice one
If you have any more questions we are happy to assist you.
Regards,
Andy
Your site looks great! I am also trying to add a right sidebar to the single product page (woocommerce) and I’ve been trying to follow your threads (& others) here to see how you did it. So far, I’ve had no luck. Would you mind telling me exactly what you placed in the function.php or how you achieved the sidebar look you got?
Would really appreciate it!
Laura
Never mind, I got it. I seem to have to clear my browser (or wait) to see such changes. Thank you anyway.