MyBB Community Forums

Full Version: what class to center the container?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
what is myBB's default class to center the container? in another container?

is it class=center ?
I have not seen such a class. Only float_left and float_right.
Try
<div class="float_left"> Your Html </div>
(2015-10-30, 03:38 PM)Ashley1 Wrote: [ -> ]I have not seen such a class. Only float_left and float_right.

since you are the bootstrap expert, do they have one?

I think they have push_left and right, but what about center?
(2015-10-30, 07:41 PM)expat Wrote: [ -> ]
(2015-10-30, 03:38 PM)Ashley1 Wrote: [ -> ]I have not seen such a class. Only float_left and float_right.

since you are the bootstrap expert, do they have one?

I think they have push_left and right, but what about center?

brother just enter class container and select its size try this
 <div class = "container">
                     <div class = "row">
                   
                        <div class = "col-lg-9">
yeah but what about at col-xs?
(2015-10-30, 08:12 PM)expat Wrote: [ -> ]yeah but what about at col-xs?

have tried the above mentioned code and if it has not worked then try align='center' in the div class
i need it to be consistent at all viewports Toungue

Respnsively
(2015-10-30, 08:21 PM)expat Wrote: [ -> ]i need it to be consistent at all viewports Toungue

Respnsively

are you using twitter bootstrap
yes, twitter bootstrap, using the col-lg-9 will just make it setup from left

i need

col-lg-3, col-lg-6, col-lg-3
Pages: 1 2