Re: Customize header

Solved

How can I extend the bottom border across the entire menu in my website?

Not applicable

Hi there , 

 

In my site I have added the bottom border for my sticky menu to use when I scroll down , the issue is that that the line is not stretching the whole length of the menu , there is some empty space on both left and right side of the border . I want the line to span across the whole length of the menu , How do I achieve that?

Thank You !!!

 

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
9212 1847 1880

This is an accepted solution.

Hi @Anonymous 

Please go to your Online store > Themes > Edit code > open base.css file and add this code at the bottom to solve it

@media only screen and (min-width: 990px){
.header__sticky.sticky .header__inner {
    border-bottom: unset !important;
}
.header__sticky.sticky {
    border-bottom: 2px solid #9480B9;
}
}

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Reply 1 (1)

Dan-From-Ryviu
Shopify Partner
9212 1847 1880

This is an accepted solution.

Hi @Anonymous 

Please go to your Online store > Themes > Edit code > open base.css file and add this code at the bottom to solve it

@media only screen and (min-width: 990px){
.header__sticky.sticky .header__inner {
    border-bottom: unset !important;
}
.header__sticky.sticky {
    border-bottom: 2px solid #9480B9;
}
}

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.