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
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> <button type="button" class="btn btn-primary">Button 2</button>
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> <button type="button" class="btn btn-primary">Button 2</button>