Buy me a coffee

Stacked Navigation

#1. All Pages

You can use this code to Custom CSS box

nav.header-nav-list {
    flex-direction: column;
}

Stacked Navigation 01 Min

Result:

Stacked Navigation 02 Min

#2. Specific Page

First, you need to find the Page ID.

Stacked Navigation 03 Min

Next, use CSS code like this

#collection-660587f852bd273e40879262 nav.header-nav-list {
    flex-direction: column;
}

Stacked Navigation 04 Min