Responsive tabs

the tabs are not responsive to the cell phone please could you help me

Hi @Vediviere_Dante,

Could you elaborate? What happens at the moment with the Tabs? What do you expect to happen?

When I use a Tab layout on a form and view that form from a mobile device the tabs are cutoff of the screen and I have to scroll over (which isn't intuitive for my users at least) Is there a way to make the tab items wrap to a new line? This is only when looking at a mobile phone view and you have multiple tabs (3+ or so depending on tab names).

Try adding the following CSS to your web site:

 ul[role=tablist] {
    flex-wrap: wrap;
 }
1 Like

ok really thank you very much