Centering is kinda hard in plot.ly Dash depending on the component. Now I got stuck on centering an html.A element:
This was my latest attempt but totally failed at it!
html.Div( [html.A( html.Button(‘Download sthg’, className=‘three columns’, style={‘textAlign’: ‘center’}), href=‘http://www.google.com’ )], style={‘textAlign’: ‘center’} ),
Same for dcc.Dropdown.