How can I expand the menu page on Dawn 2.0?

Here is a link to the page im having problems with

https://mthoodcannabisco.com/pages/menu-test

Hi @mhickey2000 ,

Go to Assets > base.css and paste this at the bottom of the file:

#shopify-section-template--15469024837874__main .page-width--narrow {
    max-width: var(--page-width) !important;
}

Hope it helps!

Thank you so much you truly are a genesis.

nee help with the loose code at the bottem of every page this just appeared

Hi @mhickey2000 ,

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.

Hi @mhickey2000 ,

Your screenshot is really bad, I can’t see everything clearly, but with your description, you can go to layout > theme.liquid file.

Then you find the code with the same name as the message and remove it, everything will work fine. It will be at the end of the file.

Hope it helps!