Okay
  Public Ticket #3119644
tab plugin
Closed

Comments

  • bethanycovenant started the conversation

    The "Minimal Flexible Width" option for the tags is not working on our mobile options; it goes off the page when on my iOS devices, though it seems to work perfectly fine on desktops.

  •  1,070
    ThemeNectar replied

    Hey Bethany,

    You can correct that prior to the next minor release by adding the following snippet into the custom CSS box located in the Salient options panel > General Settings > CSS/Script related tab:

     @media only screen and (min-width : 1px) and (max-width : 999px) {
         body .tabbed[data-style="minimal_flexible"] .wpb_tabs_nav {
           flex-wrap: wrap;
         }
    }
    

    Kind regards,