How to center Product Categories on Mobile

To center product categories on mobile.

You can use this code to Custom CSS box.

If code doesn’t work, you can comment below, message or email me.

@media screen and (max-width:767px) {
    ul.nested-category-children {
        justify-content: center !important;
    }
}

Result

1 Like