Hi guys, i’m using the tab element and the tab titles are floating left. is there a way to make it where the tabs or tab container can all can sit in the middle? I tried float middle and text align center, veritcal align middle etc. but nothing worked. any suggestions?
thank you so much!!
Hey bobfurgo,
Add this to quick css:
.tab_titles{
width: 47%!important;
margin: 0 25%!important;
text-align:center!important;
}
Best regards,
Jordan Shannon
i did something slightly different but thank you! This helped.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon