IW Template / CSS / TIWCGJQButton

Playing around here with TIWCGJQButton.
I have four TIWCGJQButton and showing them on a template.
I tried to follow something like this @ https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_button_group
To have it so the TIWCGJQButton float next to each other and will move on down when form size has changed ... ( ala mobile )
I've tried a number of ways to get it to play and just don't seem to apply. I guess something in the html template file I goofed,
or something I missed in the object inspector for each button to set..
is where I last gave up ....
Buttons show up, but one under the next stacked..
I have four TIWCGJQButton and showing them on a template.
I tried to follow something like this @ https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_button_group
To have it so the TIWCGJQButton float next to each other and will move on down when form size has changed ... ( ala mobile )
I've tried a number of ways to get it to play and just don't seem to apply. I guess something in the html template file I goofed,
or something I missed in the object inspector for each button to set..
- Code: Select all
<div class="btn-group">
{%btn_Accounting%}
{%btn_OrderTrakker%}
{%btn_SalesPro%}
{%btn_Dashboard%}
</div>
is where I last gave up ....
Buttons show up, but one under the next stacked..