How to allign Add To Cart Button On Collection Page for mobile view in Dawn Theme

I have added Add to cart button below products on collection page and main home page. Desktop view is perfect but in mobile view it didn’t allign in a line. Please help me

Hi @AyushiVerma

Can you please share your store URL?

https://www.lumimour.com/

Hi @AyushiVerma
I am unable to see add to cart button on collection page.
Are you working on duplicate theme?

I’m playing around with the system, and one thing I’ve come across is that I’m likely to want to rearrange Collection Page to fit my preferred order. Unless I’m just not seeing it, this doesn’t seem to currently be possible without deleting variations and adding them all back in the order I’d like them to appear in.

Yes. I am working of copy of my theme

Hi @AyushiVerma
Then please share your duplicate theme preview link.

https://www.lumimour.com/?_ab=0&_fd=0&_sc=1.

This is url for copy theme

@AyushiVerma Please send me the copy theme URL. You provided but it is goes to the main site.

It is copy theme preview url

@AyushiVerma
Given url is redirecting to the live website.
Please provide copy theme url will get from here

https://q5pxkymzh6c3lgio-57568395417.shopifypreview.com

This is the url of copy website.

Hi @AyushiVerma

Add this css in main css file

@media screen and (max-width:480px){
.full-unstyled-link {
  font-size: 13px;
}
.price-item.price-item--sale.price-item--last {
  font-size: 12px;
}
.price--on-sale .price__sale {
  align-items: center;
}
form .button {
  padding: 0px 0px;
}
}

will look like this

Which main css file please tell me?

theme.css @AyushiVerma

Sorry! but i don’t found any theme.css

add this any css file
at the end

I have added this code to base.css, main-product.css and also try with other css file. But not working

@AyushiVerma use important in css

@media screen and (max-width:480px){
.full-unstyled-link {
  font-size: 13px !important;
}
.price-item.price-item--sale.price-item--last {
  font-size: 12px !important;
}
.price--on-sale .price__sale {
  align-items: center !important;
}
form .button {
  padding: 0px 0px !important;
}
}

If still not working then can you please provide me admin access of your store.