Vertical menu to horizontal - by alahdal

This topic has 4 replies, 2 voices, and was last updated 2 years, 6 months ago ago by Rose Tyler

  • Avatar: alahdal
    alahdal
    Participant
    October 17, 2021 at 06:41

    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

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 17, 2021 at 07:33

    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

    Avatar: alahdal
    alahdal
    Participant
    October 17, 2021 at 10:38

    it’s worked
    is this code “flex-direction” from bootstrap?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 17, 2021 at 10:51
  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘vertical menu to horizontal’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.