How can I adjust the border size on my website?

Hello, I asked a question some days ago about getting my collabsible content wider on my website ( on the main page and on the “stockists” list).

Yet, all my website got wider and it is doing some not nice stuff ( look at the 2 first photos ).

I would like to get borders as in the third photo that you will see below.

Thanks in advance guys

1 Like

@GadVenin

Please share your store URL!

Thanks!

1 Like

https://0e0f82.myshopify.com/

Hello @GadVenin

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.page-width--narrow {
    max-width: 72.6rem !important;
}
1 Like