Okay
  Public Ticket #2317529
Tabs going vertical
Closed

Comments

  •  1
    Guru started the conversation

    Hello,

    I'm using a full width content row, here are the settings and results: https://prnt.sc/rb24se

    The issue I'm running into is I'd like to make sure even on mobile/ tablet portrait that the tabs always stay horizontal and never go vertical. How can this be achieved? I also want to keep the row type full width content because the content in the tabs need to be full width. Thank you!

  •  1
    Guru replied

    I started to dig more and I found the following: https://prnt.sc/rb36dt

    In my child theme style.css file I added

    .tabbed .wpb_tabs_nav {
    flex-wrap: wrap !important;
    display: flex !important;
    }

    but it looks like for some reason the template is ignoring my overwrite. How can I make this work?



  •  8,992
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Guru replied privately
  •  8,992
    Tahir replied

    Hey Again,

    You need to uncheck the "Centered Column Alignment" Option in the Tabs Column Settings for it to work .

    Bes t


    ThemeNectar Support Team 

  •  1
    Guru replied

    Ugh, human error. Thank you Tahir, my apologies and thank you for your time!