How to put 2 bootstrap buttons side by side?

Using add element, when I create the 2nd bootstrap button, it automatically goes to next line like this:

<ONE>

<TWO>


I woud like:

<ONE> <TWO>


How to do this? Tks

Comments

  • Hi,

    Sorry, but it is not Betheme related question. You are asking about the custom solution with which we do not provide support.

    In that case, you should contact your web developer.


    Best regards

  • This works. Add HTML eleement and insert HTML code:

    <button type="button" class="btn btn-primary">Button 1</button>&nbsp;<button type="button" class="btn btn-primary">Button 2</button>

Sign In or Register to comment.