tommydamic68 Well-known member Mar 9, 2014 #1 Any suggestions how I can center this button, (i copied @Brogan from his site) I had to lengthen it to add the login text.
Any suggestions how I can center this button, (i copied @Brogan from his site) I had to lengthen it to add the login text.
tommydamic68 Well-known member Mar 9, 2014 #2 Never mind, adjust the margin to 10px from 30px in style properties: buttons Upvote 0 Downvote
tommydamic68 Well-known member Mar 11, 2014 #3 I spoke too soon - on mobile, vertical- The button sits to far left. Any thoughts on centering the button? Upvote 0 Downvote
I spoke too soon - on mobile, vertical- The button sits to far left. Any thoughts on centering the button?
Russ Well-known member Mar 11, 2014 #4 tommydamic68 said: Never mind, adjust the margin to 10px from 30px in style properties: buttons Click to expand... Instead of that margin, try simply: margin: 0 auto; Upvote 0 Downvote
tommydamic68 said: Never mind, adjust the margin to 10px from 30px in style properties: buttons Click to expand... Instead of that margin, try simply: margin: 0 auto;
tommydamic68 Well-known member Mar 11, 2014 #5 Russ said: Instead of that margin, try simply: margin: 0 auto; Click to expand... Ok-will do, thanks @Russ Upvote 0 Downvote
Russ said: Instead of that margin, try simply: margin: 0 auto; Click to expand... Ok-will do, thanks @Russ