Line break in header dawn theme

WraithAm
Excursionist
65 0 7

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.

The line I want except black, same length thoughThe line I want except black, same length thoughWhat it currently isWhat it currently is

Replies 5 (5)
shopexp
Shopify Partner
26 2 4

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 🙂

Shopify Partner, development, store setup, speed optimization.
WraithAm
Excursionist
65 0 7

Thanks it's forwardfurniture.ca

 

shopexp
Shopify Partner
26 2 4

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;
}
}

 

 

Shopify Partner, development, store setup, speed optimization.
WraithAm
Excursionist
65 0 7

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

WraithAm
Excursionist
65 0 7

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