This is a migrated thread and some comments may be shown as answers.

Having one tabstrip aligned left and one tabstrip aligned right on the same page

1 Answer 177 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 22 Jan 2013, 04:56 PM

Is it possible to specify the text alignment property per tabstrip.
I've looked through the documentation but cannot find anything.

I can cange the alignment by doing the following but that makes it so for the whole site.

<style>
.k-tabstrip .k-tabstrip-items { padding:0.3em 0.35em 0;}
.k-reset { text-align:right;}
</style>

Any help would be greatly appreciated.

1 Answer, 1 is accepted

Sort by
0
John
Top achievements
Rank 1
answered on 23 Jan 2013, 11:26 AM
Figured it out with a bit of CSS

For anyone who is interested:

The default alignment is left so I let "Menu1" use that:
For "Menu 2" I added
<style>
    #Menu2 .k-reset { text-align:right;}
</style>
Tags
TabStrip
Asked by
John
Top achievements
Rank 1
Answers by
John
Top achievements
Rank 1
Share this question
or