Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1200194

    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!!

    #1200229

    Hey bobfurgo,

    Add this to quick css:

    .tab_titles{
    width: 47%!important;
    margin: 0 25%!important;
    text-align:center!important;
    }

    Best regards,
    Jordan Shannon

    #1200869

    i did something slightly different but thank you! This helped.

    #1200880

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘center align tabs at the top’ is closed to new replies.