Align "Leave Comment" form, mobile view only!

Hi guys,

Need to align “Leave Comment” form, mobile view only!

Thank you,

allianceautoproducts.com

@Alliance
I think It’s already fix

Not fixed yet.

My side also shows normal

So weird. Why mine is not!

I got it. Talking about “Leave Comment” form in the blog pages. You guys talking about contact us form!

This contact us form, not “Leave comment” form in blog pages.

https://allianceautoproducts.com/blogs/news/issues-with-a-traditional-local-car-wash

Thats desktop view, the issue is in mobile view.

@Alliance
Put below css into theme.liquid file before closing tag

@media (max-width:481px)  {
.comment-form .grid__item.medium-up--one-half {
    width: 98.5% !important;
}
}

Didn’t work for me.

@Alliance Did you put in tag ?

@Alliance put before tag

It is before tag. Please have a look on the screen shot.

hello @Alliance

Step 01:

  1. Go to your Store > Theme > click to edit code.
  2. find this file " theme.liquid" and open.
  3. Paste the code at the end of the file.

https://prnt.sc/HwAkBpC1cNko

this idea helps you