Quote Originally Posted by johnjlarge View Post
So I sorted my alignment issue if anyone is interested or has a similar issue. I added a new rule to stylesheet.css with the following & that seems to fill the available space with the payment input form nicely.
Code:
.ccinfo {
	display: grid;
}
glad you got that figured out.