Bootstrap Help!

Jerry

not rly active lol
Jul 8, 2013
1,957
522
Hello,
I've been trying to put the Panel Code to the Right code but failed, its like this;
1DB8vq0.png

I'm trying to make it something like this;
rggirO0.png


Here's the code;
HTML:
<div class="panel panel-success" alt="" align="right">
  <div class="panel-heading">dthth</div>
  <div class="panel-body">
    Panel content
  </div>
</div>
Any clues?
 

Mega

Posting Freak
Mar 23, 2013
858
155
What do you mean by putting it on the right? The picture is showing its showing on the right? Or that is an example than try:
<div class="panel-heading" style="text-align: right;">dthth</div>

Not sure,
Hope this help, I guess.
 

Sysode

Front-End Developer
Dec 11, 2012
1,673
848
What do you mean by putting it on the right? The picture is showing its showing on the right? Or that is an example than try:
<div class="panel-heading" style="text-align: right;">dthth</div>

Not sure,
Hope this help, I guess.
Try and avoid inline styling - it's messy and slow ;p

Anyway, try and make your issue clear? Are you attempting columns or what? Be a bit more specific if you want help mayn!
 

Users who are viewing this thread

Top