How can I adjust my store page to full width?

Hi can anyone assist , I want to change my page size to full width if anyone has any help please.

my store is ljvapes.myshopify.com

see current screenshot

Hi,

Can you try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> paste the below code at the bottom of the main CSS file.
@media (min-width: 1201px){
.container {
width: 100% !important;
}
}

Hi which file please as I have a few css files see attached

can you send the files screenshot under assets folder?

You can find theme-styles.css. plz just place the above code at very bottom of that file.

Hi these are my files within assets . Appologies for all the screenshot