I have a Group Width of 8 and a Button width of 6. The Button is Left Justified in the Group.
Is there an easy way to Center the Button within the Group? I thought there was an alignment property somewhere??
Thanks...
I have a Group Width of 8 and a Button width of 6. The Button is Left Justified in the Group.
Is there an easy way to Center the Button within the Group? I thought there was an alignment property somewhere??
Thanks...
There is a "Layout" button for each Dashboard tab in the editor right hand column.
You can drag the button into the right position.
I found that button by accident.
I did notice some flakiness with the editor and the spacers.
The editor seems to add spacers and if I delete them the alignment gets changes back to left.
Also, I remember I used to be able to add a
I used the template, but all I get is a dot and not a line?
Yes
The Layout Editor is not too bad, once you get the hang of it... no way to add lines though. Perhaps via the art of CSS?
Actually, I added a Template Node with the following to create a Horizontal Line.
Put the <hr>
inside div element
<div><hr></div>
Ok, easier... Thanks!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.