CSS not updating

I’m trying to update the CSS for a theme I’m editing.

I want to remove the max-width: 30rem from the subscription-form CSS, or replace it with max-width: 100%. I’m running it through Gulp as instructed, but I can’t seem to get it to work. I’m still getting this when I inspect the page…

Screenshot 2023-05-06 at 22.42.10

Any help appreciated. Thank you ~ GKT

Can you say more about what you’re trying to change, and what you edited? Some themes create a -min.css version of the theme, but it doesn’t look like that’s what is being loaded in your screenshot.

Thanks Cathy. I’m trying to remove this from the CSS:

max-width: 30rem;

I want the form to expand to the full width of the container.

That first css is coming from the index file. It might actually be in the hbs file, but my money is that it’s in the code injection head section.

2 Likes

Spot on. It was in the code injection head section. Forgot I had put it there before I changed the template. Really appreciate your help. Thank you.

1 Like