asked on June 10, 2021
        
Hi,
I'm not much of a CSS wizard, and I can't seem to get the Submit and Save as Draft buttons to line up horizontally and centre at the same time. I've tried many variants of the following but all I can seem to do is get them centered horizontally but on top of each other. Any idea what I'm doing wrong here?
div.btn-wrapper {display: block; padding-top: 15px;}
.Submit {display: block; margin: auto;}
.draft-btn {display: block; margin: auto;}
It seems the Draft button is in a different DIV than the other action buttons?
                                    
                                    
                                        0
                                    
                                        
                                            0