Hi there
I am having a go at my first plugin and would like to display a notify message with a button. I have managed to make this happen but the button is left aligned. If I inspect the button in Chrome I can see that if I add the following it will center my button:
.notify__btn-container {
text-align: center;
}
Can you advise me how best to implement this in my plugin. Do I add a less file with this CSS in it and if so do I need to add !important? I want to check I am doing this correctly.
Thanks
Paul