Skip to content
Advertisement

Display WooCommerce product description and additional information horizontally in the same tab

I’m having trouble getting my product page to display correctly.

I’m hoping to try and get a result like this on my product page. (Description & attributes horizontal in same tab)

enter image description here


As you can see in the picture the description is on the left and the attributes show on the right.

On my site, I have currently removed the attributes tab and have it nested underneath the description, using this code in my functions.php:

JavaScript

Just can’t figure out how to get it to sit horizontally next to each other.

Any help would be greatly appreciated, Thanks in advance!

Advertisement

Answer

You have to wrap the content of the tabs in divs and then align/style them with CSS. However, this is theme dependent and so my answer is reduced to the absolute basics.

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement