How To Square Off The Menu To Line-Up With The Body? (See Image)

Does anyone know how to square off the menu in "Bright Theme" so that the menu aligns with the body? It looks a bit off when it isn't linked up well.

Image attached

hh.png

Please share URL of your store. We will try to help you

hobbyheaven.co

For example, add the following code to the css section of the theme editor

.top-menu-grid .ty-menu__items {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

Thanks - that has changed it a little to be more square but it didn't make the menu wider.

It still hasn't fixed the problem though. I want it to be aligned with my body container :)

In this case add

.tygh-header .header-grid {
    padding-left: 0;
    padding-right: 0;
    max-width: 1240px;
}

https://prnt.sc/uuho5s

In this case add

.tygh-header .header-grid {
    padding-left: 0;
    padding-right: 0;
    max-width: 1240px;
}

https://prnt.sc/uuho5s

That worked perfectly! thanks for your help :)

You are welcome! :)