How do I actually set a container to width 100% in price.liquid?

Já coloquei width:100% no price liquid, mas na verdade não chega a ser 100%, é como se estivesse bloqueando algo.

Já tentei usar max-width:100% e !important, mas não tive resultado estou usando o tema amanhecer

1 Like

@anapdeabreu hey, thanks for posting here.
can you please share the link to inspect it, thanks.

Thanks, be solved.

1 Like

Hi @anapdeabreu

Do you mean this one?

If it is check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
.price__container {
    width: 100% !important;
}
  • And Save.