Note that there are some explanatory texts on larger screens.

plurals
  1. POBootstrap - Align Properly
    primarykey
    data
    text
    <p>This is my page</p> <pre><code>&lt;div class="well"&gt; &lt;div class="col-sm-12"&gt; &lt;div class="row"&gt; &lt;div class="col-sm-2 pull-right"&gt; Hi | &lt;span class="label label-info"&gt;Player&lt;/span&gt; | &lt;a href=""&gt;&lt;span class="label label-danger"&gt;Logout&lt;/span&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="col-sm-12"&gt; &lt;div class="row"&gt; &lt;div class="col-lg-7 col-lg-offset-7"&gt; &lt;a class="btn btn-primary btn-sm"&gt;Link 1 with big text &lt;/a&gt; &lt;a class="btn btn-primary btn-sm"&gt;Link2 oktext&lt;/a&gt; &lt;a class="btn btn-primary btn-sm"&gt;Linked text3&lt;/a&gt; &lt;a class="btn btn-primary btn-sm"&gt;Linked text4&lt;/a&gt; &lt;br&gt;&lt;br&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="col-sm-12"&gt; &lt;div class="row"&gt; &lt;div class="col-sm-4"&gt; &lt;div class="thumbnail"&gt;&lt;img src="http://lorempixel.com/400/300/"&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class="col-sm-4"&gt; &lt;div class="thumbnail"&gt;&lt;img src="http://lorempixel.com/400/300/"&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class="col-sm-4"&gt; &lt;div class="thumbnail"&gt;&lt;img src="http://lorempixel.com/400/300/"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;&lt;br/&gt; &lt;/div&gt; </code></pre> <p><a href="http://bootply.com/82828" rel="nofollow noreferrer">Bootply with output</a> The problem i'm facing is, i can't make the <code>buttons</code> (<code>linked text4</code>)and <code>logout</code> label align in a straight line even though i've used the <code>pull-right</code> and <code>offset</code>.</p> <p><img src="https://i.stack.imgur.com/OpPVo.png" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload