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

Problem with shop menu (category)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #359279

    honlapdavid
    Participant

    How i can edit number of column in shop header?

    Attachments:
    You must be logged in to view attached files.
    #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

    #359644

    honlapdavid
    Participant

    Thank you.

    #359753

    You are welcome! We are here to help.

    Wish you a wonderful day!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Problem with shop menu (category)’ is closed to new replies.