Hi guys,
I would like to :
1- align email input box to be next name.
2- re-locate message box to be under name and email.
3- reduce gap.
4- any other suggested styling.
Thank you
Hi guys,
I would like to :
1- align email input box to be next name.
2- re-locate message box to be under name and email.
3- reduce gap.
4- any other suggested styling.
Thank you
@Alliance
Hello,
.comment-form .grid__item.medium-up--one-half {
width: 48.5%;
}
.comment-form .grid__item {
width: 98%;
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Like This