I need to be able to align the “In-line button” to the left side instead of centered.
1 Like
Greetings, @Jordan_Knicely ![]()
This code should do the trick:
.es-button-base-container {
display: block !important;
margin-left: 0 !important;
margin-right: auto !important;
}
Please add it to the Custom CSS field on the Settings tab of your widget’s settings and let me know how it worked ![]()