Left align text in a button

Follow

 

Posted on 23 Mar 2021, 13:03
Newauthor

Hello, How do I left align text in a button? I’ve found a couple of threads with info on custom CSS for buttons but it’s not working for me. Could I get ‘layman’s terms’ step-by-step instructions?

Thanks so much

Best answer by Kyle.Carline - 24 Mar 2021, 13:31

@MidgetGem looking at your screenshot, I think some copy/paste issues happened. Make sure the code in between the two style tags is exactly like this…

#lp-pom-button-194 .label {
text-align: left;
}

Screenshot 2021-03-24 at 09.06.02

Posted on 24 Mar 2021, 13:31
Newanswer4 of 0

@MidgetGem looking at your screenshot, I think some copy/paste issues happened. Make sure the code in between the two style tags is exactly like this…

#lp-pom-button-194 .label {
text-align: left;
}