• zuzu02

    (@zuzu02)


    I’m using WPBakery. I created a tab. However, on mobile, other tabs remain below the content. How can I show tabs side by side on mobile?

    Thank You

Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m using WPBakery. I created a tab.

    We don’t have access to the WPBakery plugin here, because it’s a commercial product. As such, we’re unable to install the plugin and offer any assistance.

    If you created this tab with the WPBakery plugin, then please go here and request help from the plugin’s vendor: http://support.wpbakery.com/

    They built and sold the plugin, and they should be in the best position to help you fix any issues you’re experiencing with the product you purchased from them.

    Good luck!

    Hello,

    First Inspect the tab element for CSS classes. Add custom CSS like,

    @media (max-width: 768px) {
    .vc_tta-panel {
    flex: 1 0 50%;
    max-width: 50%;
    }
    }

    Then adjust breakpoints as needed in your WordPress theme’s custom CSS or plugin.

    Thread Starter zuzu02

    (@zuzu02)

    Thank you for the answer. However, this did not work. I want to sort tabs sections side by side on mobile.

    Ohh, sorry. I will find for mobile. Give me some time. ; )

    Thread Starter zuzu02

    (@zuzu02)

    Thank you

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