Hi,
A block of buttons is losing the center alignment when one or more needs to be allocated on new line. (Due to resize the screen.)
How to keep the set of buttons centered even after (one or more) have been allocated in a new row?
I tried disabling several default css from the theme without success.
Thanks
Hey CloudChoice,
You can’t center automatically when it is using float: left, to you need to use float:none and display:inline-block to the buttons and text-align: center on its parent element. Hope this helps.
Best regards,
Nikko