Hi team,
How do I remove uppercase from the Tab Section titles and how do I resize the heading tab width so that my current headings/titles sit on one line?
Many thanks
Hey marsh1984,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .av-inner-tab-title {
text-transform: none;
width: 190px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks.
How do I centre the indicator arrow? Also how might I get it to be responsive on mobile and fit on the small screen? thanks
Hi marsh1984,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia_transform .av-tab-arrow-container span {
left: 73%;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks that’s great for the arrows.
Now, what about on mobile view the tab titles extend off the screen. Is there a fix for that?
Thanks
Hi,
There is no fix right now, but we are working to get this in a better view for mobile phones.
Best regards,
Basilis