Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #737004

    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

    #738065

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.