I am using the tabs feature on a new site and I’m having issues with the length of the third tab “Virtual Construction” it’s not wide enough and breaks into 2 lines throwing off the design, my goal would be to have “Virtual Construction” (3rd tab from the left) be on one line like the others so its consistent, increasing the width of the cell.
Let me know if you have any questions
see screenshot – https://schwabino.com/pic.png
Thanks
B
Hi B,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .av-inner-tab-title {
width: 120px;
}
Just change the width as you see fit (default is 90px).
Hope this helps.
Best regards,
Nikko
Hi B,
Please try adding this CSS code as well:
#top .av-tab-arrow-container {
width: 160px;
}
Best regards,
Nikko