Main Nav CSS help - Borders on certain devices only

Solved

Main Nav CSS help - Borders on certain devices only

PureCountryWeav
Visitor
3 0 1

My client would like a border around the nav. The first image is what I've been working on to mimic the second image, but I can't seem to make it flow properly.

How can I achieve this using custom CSS in shopify?


Theme: Impulse

Thank you in advance! 

image_2024-10-15_073033313.pngimage_2024-10-15_073159860.png

Accepted Solution (1)

namphan
Shopify Partner
2272 296 336

This is an accepted solution.

Hi @PureCountryWeav,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

@media only screen and (min-width: 769px) {
    .header-layout {
        border: 1px solid #fff;
    }
    .header-layout[data-logo-align=center] .header-item--logo {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 3 (3)

namphan
Shopify Partner
2272 296 336

This is an accepted solution.

Hi @PureCountryWeav,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

@media only screen and (min-width: 769px) {
    .header-layout {
        border: 1px solid #fff;
    }
    .header-layout[data-logo-align=center] .header-item--logo {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
PureCountryWeav
Visitor
3 0 1

Thank you very much! That worked well for the header, I'll try something similar for the nav.

namphan
Shopify Partner
2272 296 336

Hi @PureCountryWeav,

Please check and let me know. I will check it 😊

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com