• Dear support,
    Could you please let me know if there is a possibility not to show the ‘category mention’ under the basket on that link

    I would like to have the product description nearer to the basket with not such a big space in between.
    Is there a way to do that ?

    Many thanks in advance for your help!
    Regards,
    Rachel

Viewing 1 replies (of 1 total)
  • To remove the categories meta data, try this in your custom css at Admin page > Theme Options > Advanced Settings > Custom CSS:

    div.product .product_meta .posted_in {display:none}

    To adjust the margin above the tabs, try this:

    div.product .woocommerce-tabs {margin-top:10px}

    The default value is 40px so adjust to your taste.

    You may have to delete cached pages or flush the cache to be able to see the changes.

    If the above doesn’t work, please temporarily disable the right click block so the markup can be examined with browser tools.

Viewing 1 replies (of 1 total)

The topic ‘Layout in onlineshop’ is closed to new replies.