Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Why is my mobile announcement bar hiding my navigation buttons?

Solved

Why is my mobile announcement bar hiding my navigation buttons?

LukeY1
New Member
4 0 0

The announcement bar on mobile covers my header which includes the navigation buttons on the site. Unable to see cart or navigation buttons because the announcement bar is covering them.

 

https://pecosoutdoor.com/products/the-pecos-table/

 

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
10261 2039 2110

This is an accepted solution.

Hi @LukeY1 

Please add this code to your theme.liquid file before </head> tag

<style>
@media (max-width: 767px){
.siteHeader { top: 40px !important; }
.hamburger { top: 62px !important; }
}
</style>

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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

Replies 6 (6)

Dan-From-Ryviu
Shopify Partner
10261 2039 2110

This is an accepted solution.

Hi @LukeY1 

Please add this code to your theme.liquid file before </head> tag

<style>
@media (max-width: 767px){
.siteHeader { top: 40px !important; }
.hamburger { top: 62px !important; }
}
</style>

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.

GiudFabri123
Excursionist
29 0 5

Hi Dan-From-Ryviu

 

Sadly this is not working for my Craft theme, it's hiding my logo and menu.
Is there other way around this please? 

Dan-From-Ryviu
Shopify Partner
10261 2039 2110

Hi @GiudFabri123 

Please share your store URL so I can check

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.

GiudFabri123
Excursionist
29 0 5

Hey, hope all is well.

Any luck pls?
On mobile you can't see the logo unless you scroll down 

let me know, thank you!
Preview
 
 
 
Dan-From-Ryviu
Shopify Partner
10261 2039 2110

Please add this code to theme.liquid file, after <head> 

@media (max-width: 749px) {
    html .header {
        padding-top: 52px !important;
    }
}

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.

GiudFabri123
Excursionist
29 0 5