This topic has 4 replies, 2 voices, and was last updated 3 years, 1 months ago ago by Rose Tyler
Hello,
I want to show this menu or selector horizontally
https://prnt.sc/1wgn832
On desktop, it’s good showing horizontal
but on mobile, it needs to be horizontal
Hello,
Add the next code in Theme Options > Theme custom CSS:
@media only screen and (max-width: 767px) {
.et-advance-tabs .et-tabs-nav>ul {
flex-direction: row !important;
}
}
Regards
it’s worked
is this code “flex-direction” from bootstrap?
You’re welcome!
Read more https://www.w3schools.com/cssref/css3_pr_flex-direction.asp https://getbootstrap.com/docs/4.0/utilities/flex/
Regards
Tagged: horizontal menu, responsive, stylish, templates, vertical menu, woocommerce, wordpress
The issue related to '‘vertical menu to horizontal’' has been successfully resolved, and the topic is now closed for further responses