Hi I need help fitting my tabs within the space of other info on page. Right now it's overflowing on the right side and when viewed on smaller screen you need to scroll to see all tabs.
Code currently using:
.tabs-container{
transform:translateY(100%);
width:150% !important;
text-align:center;
border-bottom: 1px solid #999;
overflow: auto;
overflow-x:auto;
white-space: nowrap;
z-index:99;
}