How to add a line break in Dawn theme header?

Hello,

I’m looking for some code to add to make a line in between my menus and the logo. Ill add photos with what I mean.

Hello,

If you send me your website address, I can help you with the code you need to add.

If the problem is solved, please click the “Accept as Solution” button :slightly_smiling_face:

Thanks it’s forwardfurniture.ca

Hello,

Add the following CSS code to your theme. If you don’t know how to do this, you can add it with the following application.

https://apps.shopify.com/custom-css-js-3

If the problem is solved, please click on the “Accept as Solution” button

@media screen and (min-width: 990px) {
.header:not(.header--middle-left,.header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
    border-top: 1px solid #ccc;
}
}

In which section would I add it under in the code?

Hey it worked however how wouyld i get it so it goes this far on each side. Thanks