Sort direction, for dates DESC means newest first  
 Page size 
Posted
Forum Administrator
HuwR
Posts: 4624
starstarstarstarstar
thumbsUp
Posted
Average Member
sadra
Posts: 354
starstarstar
Can you add 2 css classes?
float-r
float-l
Code:

.float-r { float:right;}
.float-l { float:left;}
Posted
Forum Administrator
HuwR
Posts: 4624
starstarstarstarstar
There are already bootstrap classes to do this pull-right and pull-left, if you want it to auto swap when changing between rtl/ltr you can combine them with flip
so class="pull-left flip" will swap from float:left to float:right if direction changes
Posted
Average Member
sadra
Posts: 354
starstarstar
نوشته شده توسط HuwR There are already bootstrap classes to do this pull-right and pull-left, if you want it to auto swap when changing between rtl/ltr you can combine them with flip
so class="pull-left flip" will swap from float:left to float:right if direction changes

TanxthumbsUp
Posted
Forum Administrator
HuwR
Posts: 4624
starstarstarstarstar
need to try and sort out the quote tags though

They don't work in rtl