text alignment

55 views
Skip to first unread message

Pascal DeMilly

unread,
Aug 26, 2014, 9:38:53 PM8/26/14
to seman...@googlegroups.com
How do you get something similar to bootstrap3 pull-right. 

Was expecting something like this to work but it doesn't.

<div class='ui segment'>
<div class='ui left aligne'>Left</div>
<div class='ui right aligned'>Right</div>
</div>

TIA

Pascal

Sivli Kestanous

unread,
Aug 27, 2014, 1:00:35 PM8/27/14
to seman...@googlegroups.com
I have done it with the use of grids personally.

<div class='ui two column grid segment'>
 
<div class='column'>
    left
 
</div>
  <div class='column'>
    Right
 
</div>
</div>

You could also use nested segments and "right/left aligned" if you need them to float.

Eugene Kamenev

unread,
Aug 27, 2014, 1:03:14 PM8/27/14
to seman...@googlegroups.com
How about this?

<div class="ui segment">
<div class="right floated segment">
And Im Right!
</div>
<div class="left floated segment">Im Left!</div>
</div>

среда, 27 августа 2014 г., 7:38:53 UTC+6 пользователь Pascal DeMilly написал:

Pascal DeMilly

unread,
Aug 28, 2014, 12:02:09 AM8/28/14
to seman...@googlegroups.com
I tried that but it creates 2 segment each with a surrounding border.
Reply all
Reply to author
Forward
0 new messages