How do I extend the CTA button width to 230px for the collection list section on Dawn theme?

Hi, I have attached a screenshot of the section I would like to extend the button width on. I extended the buttons in the banners, but I would like the collection list CTAs to also be extended.

Website is https://www.marlyngraceboutique.com/ and password is “NoAccessYet”

Thanks!

Hi @LiefdeApparel ,

Can you explain more on what you want to do with the buttons? Do you mean something like limiting the maximum width to 230px like in the screenshot attached bellow?

Hi, I am referring to the “view all” button that is yellow. Please view my banner CTA’s on the site. They are 230 px, and I would like the “view all” button in the collection lists to also have the 230px width.

Website is https://www.marlyngraceboutique.com/ and password is “NoAccessYet”

Hi everyone, I figured it out and wanted to share. By the way, this is for featured collections not collection lists. I misspoke in my first post.

Anyways, I added this code to the base.css file:

.collection a.button {

text-align: center;
width: 230px !important;
}