Hi I am using flow theme and would like to have the menu in the header on desktop the same as on mobile version. With that I mean the three horizontal stripes. Looks way cleaner to me.
2 Likes
i have checked on mobile home page its perfect can you please show me if any issue
Hi first all sorry for the late response.
The header on the mobile version has the three stripes to open the dropdown menu. I would like to have this on the desktop version too.
Excuse me if I was unclear with my question.
1 Like
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme-index.min.css ->paste below code at the bottom of the file.
.site-header .site-header__wrapper {display: none;}
.mobile-nav-bar-wrapper.large--hide.medium-down--show {
display: inline-block !important;
}
.mobile-nav-bar-wrapper.large--hide.medium-down--show .large--hide.medium-down--show {
display: inline-block !important;
}
Hi thank you very much for the input. www.mardinwatches.com. The only problem now is that the header on desktop is smaller now. Do you have a solution for that?
1 Like
yes please share issue image so i will check also now header smaller
yes, please add this code
- Go to Online Store->Theme->Edit code
- Asset->/theme-index.min.css ->paste below code at the bottom of the file.
.mobile-nav-bar-wrapper.large--hide.medium-down--show {width: 100%;}
