How can I adjust menu spacing for better website layout?

Hello,

Does anyone know how to change the spacing of menus? I want to push the left menu over to the left and the right over to the right. I attached a photo of my site as well as an example of what I am looking to accomplish. The site URL is www.forgiveoursins.co and the password is: welcome4100

Thanks

Hi @corp41

Please add the following code to your theme.css file:

.page-width {
    max-width: 100%;
}

Let me know if that fixes it! Should that be all, we always appreciate a like & mark as answer to let the community find quality answers faster. Thanks!

1 Like

Exactly what I needed. Thank you so much!

Awesome!