Home Forums WoodMart support forum Problem with shop menu (category) Reply To: Problem with shop menu (category)

#359568

Hello,

There is no option to set a number of columns, you can set this by custom CSS.

Please add this code to the Theme Settings > Custom CSS > Global:

.title-design-centered .wd-nav-product-cat > li {
    position: relative;
    width: 25%;
}

You need to change the width to increase or reduce the number of columns.

Best Regards