Remove container Padding

Hi Guys,

I need remove the container padding, can you help me

Do you wrap your collection in a container? What happens if you don’t place it inside one? I’m asking because it looks like other components already span full width.

Hi @Himaladin, i will be wrap another component in the container(2 colums), but I gave up on the idea, I removed it from the container and it is now full width, thanks for the response

You can try this if you still want to use the container: .normal {max-width: 100%}

Thanks @Himaladin, you are the best