How do I center the buttons using Bootstrap 3

How do I center the buttons using Bootstrap 3

monty700monty700 Posts: 1Questions: 1Answers: 0

This is how I'm setting the dom:
dom:
"<'row'<'col-sm-4'i><'col-sm-4'B><'col-sm-4'f>>" +
"<'row'<'col-sm-6'l><'col-sm-6'p>>" +
"<'row'<'col-sm-12'tr>>",

The buttons are specified in the bold text and this is what needs to be centered.

Thanks!

Answers

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    Hi @monty700 ,

    Styling is always fiddly without seeing the entire environment. We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.