Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #264667

    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?

    #264688

    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

    #264705

    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

    #264713

    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

    #264721

    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!).

    #264726

    Hi!

    Great! You are welcome, glad we could help! :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.