subscribe buttion position

Hi there,

I just setup an email subscription box in the sidebar widget on my site. It seems the subscribe button is set to center align by default making it look like there is an alignment issue. How do I make the button left align with the input text field?

Here’s the site url: http://fabstori.com

Thanks,

Hi @fabadmin,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


.widget_mailerlite_widget .mailerlite-subscribe-button-container {
    text-align: left;
}

Best Regards,
Movin