Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1000383

    Lots of threads on tab sections in mobile, but I couldn’t find recent solutions. Instead of the built-in swipe functionality for mobile tab section, I’d like to use a css query to stack the tab buttons vertically. Can you help out?

    As an aside, I visited the feature request but noticed it was frozen? Would happily add my votes or new ideas regarding this case when it’s reopened.

    Thank you!

    #1000731

    Hey cavanaughb,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        #tab-gallery .av-section-tab-title {
            display: block;
            width: 80vw;
            margin-left: 10vw;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.