Tagged: single product, woocommerce
We’ve removed the left hand sidebar from under the product image using the CSS suggested here (display:none) but of course now on screen 768 and higher we get a blank space there. Can we get the description/reviews box to fit under the image and short description?
Hi rpl_admin!
Please try adding following code to Quick CSS
.single-product .container { width: 100% !important; }
If that does not work, please post the link to your website so we can take a look
Cheers!
Yigit
Many thanks for the immediate response! But I’m afraid that’s not worked, broke the page slightly, pushed everything to the LHS. Example here: http://ielts-practice-tests.com/product/ielts-practice-tests-academic-16/
Many thanks
Hi!
This is clearly not the best way to achieve what you are looking for, but please try adding following code to Quick CSS instead
@media only screen and (min-width: 768px) {
#top div.product .woocommerce-tabs {
margin-left: -54%;
margin-top: 10%;
}}
You may need to adjust the value for some screen sizes. For more solid solution, please hire a freelance developer
Cheers!
Yigit
Hi Yigit! Lookin’ good. That will do very nicely for the time being. Many thanks. Excellent support and we love ENFOLD (wish we’d found it 4 months ago!).