How can I make Bootstrap components align right?

maxwellhertz

I have a responsive table and a button, now I want to make them align right so I do this:

<div class="container-fluid" id="main">
    <button type="button" class="btn btn-primary btn-sm pull-right">upload</button>
    </br>
    <div class="table-responsive">
        <table class="table table-striped">
             <!-- table -->
        </table>
    </div>
</div>

I add pull-right to the button and the page looks like this: enter image description here How can I make the button and table align right properly?

Gregor Ojstersek

As you can see from the example pull-right class should be working. You might have some problem with padding-right on the parent div of the table, or maybe some col-sm-11 class?

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">


<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>

<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>

<div class="container-fluid" id="main">
    </br></br>
    <button type="button" class="btn btn-primary btn-sm pull-right">upload</button>
    </br></br>
    <div class="table-responsive">
        <table class="table table-striped">
             <tr>
               <td>1</td><td>2</td><td>3</td>
             </tr>
             <tr>
               <td>1</td><td>2</td><td>3</td>
             </tr>
             <tr>
               <td>1</td><td>2</td><td>3</td>
             </tr>
             <tr>
               <td>1</td><td>2</td><td>3</td>
             </tr>
             <tr>
               <td>1</td><td>2</td><td>3</td>
             </tr>
        </table>
    </div>
</div>

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

How can I get my Twitter Bootstrap buttons to right align?

From Dev

How can I align components in a JFrame vertically?

From Dev

How can I right align a RichTextString in a cell?

From Dev

How can I align one item right and keep one centered with Bootstrap 4?

From Dev

How can I make the TextView controls which contain characters "A" have the same width with text align left and control align right?

From Dev

How can I align a button with the legend in bootstrap?

From Dev

How can I get a label to right align in a table "cell" (td)?

From Dev

How can I align a div right under another?

From Dev

How can I align button in Center or right using IONIC framework?

From Dev

How can I align captions to the right side of an image in JSSOR?

From Dev

How can I align checkbox with text to right side of the screen?

From Dev

How can I align my search button to the right?

From Dev

How can I align Polymer paper-tabs to the right

From Dev

How can I auto align desktop icons on right side?

From Dev

Align horinzontal components in pull-right panel Twitter Bootstrap

From Dev

Align horinzontal components in pull-right panel Twitter Bootstrap

From Java

how to make col-md-3 at the right side align in html bootstrap 4

From Dev

How to make bootstrap navbar right-pulled items align correctly into navbar

From Dev

How can i vertical-align & horizontal-align components inside a FlowPanel?

From Dev

Bootstrap 3, how to right align button on the navbar?

From Dev

Bootstrap footer - How to align it to the right and give spacing

From Dev

How right align bootstrap form button?

From Dev

How to set an button align-right with Bootstrap?

From Dev

How to right align element using bootstrap 3.0?

From Dev

How to right align element using bootstrap 3.0?

From Dev

How can I get some buttons to align-left and some to align-right inside a DIV?

From Dev

How can I align YouTube embedded video in the center in bootstrap

From Dev

how can I align font awesome icon in bootstrap button?

From Dev

How can I vertically align the content of a grid element in bootstrap 3?

Related Related

  1. 1

    How can I get my Twitter Bootstrap buttons to right align?

  2. 2

    How can I align components in a JFrame vertically?

  3. 3

    How can I right align a RichTextString in a cell?

  4. 4

    How can I align one item right and keep one centered with Bootstrap 4?

  5. 5

    How can I make the TextView controls which contain characters "A" have the same width with text align left and control align right?

  6. 6

    How can I align a button with the legend in bootstrap?

  7. 7

    How can I get a label to right align in a table "cell" (td)?

  8. 8

    How can I align a div right under another?

  9. 9

    How can I align button in Center or right using IONIC framework?

  10. 10

    How can I align captions to the right side of an image in JSSOR?

  11. 11

    How can I align checkbox with text to right side of the screen?

  12. 12

    How can I align my search button to the right?

  13. 13

    How can I align Polymer paper-tabs to the right

  14. 14

    How can I auto align desktop icons on right side?

  15. 15

    Align horinzontal components in pull-right panel Twitter Bootstrap

  16. 16

    Align horinzontal components in pull-right panel Twitter Bootstrap

  17. 17

    how to make col-md-3 at the right side align in html bootstrap 4

  18. 18

    How to make bootstrap navbar right-pulled items align correctly into navbar

  19. 19

    How can i vertical-align & horizontal-align components inside a FlowPanel?

  20. 20

    Bootstrap 3, how to right align button on the navbar?

  21. 21

    Bootstrap footer - How to align it to the right and give spacing

  22. 22

    How right align bootstrap form button?

  23. 23

    How to set an button align-right with Bootstrap?

  24. 24

    How to right align element using bootstrap 3.0?

  25. 25

    How to right align element using bootstrap 3.0?

  26. 26

    How can I get some buttons to align-left and some to align-right inside a DIV?

  27. 27

    How can I align YouTube embedded video in the center in bootstrap

  28. 28

    how can I align font awesome icon in bootstrap button?

  29. 29

    How can I vertically align the content of a grid element in bootstrap 3?

HotTag

Archive