(refresh theme) My sticky announcement bar overlaps sticky header

Solved

(refresh theme) My sticky announcement bar overlaps sticky header

AdornMens
Tourist
6 0 5

Screenshot 2024-08-18 at 1.29.07 AM.pngHey, I have searched everywhere and tried older "solutions" and codes to no avail.

 

I am just trying to get the header and announcement bar to both stay sticky without them overlapping during scrolling.

 

The domain is adornmens.com

Accepted Solution (1)
BSS-TekLabs
Shopify Partner
2077 613 718

This is an accepted solution.

- Here is the solution for you @AdornMens 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.section-header {
    top: 40px !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1724000159087.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 10 (10)

BSS-TekLabs
Shopify Partner
2077 613 718


Hello @AdornMens 
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
AdornMens
Tourist
6 0 5

Hey the site access password is : ShopifySteph

Both S are uppercase

 

Domain is adornmens.com

 

Thanks in advance 🙂

BSS-TekLabs
Shopify Partner
2077 613 718

Wrong password!

Can you check  again

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
AdornMens
Tourist
6 0 5

Sorry. It should work now, that is my fault.

BSS-TekLabs
Shopify Partner
2077 613 718

This is an accepted solution.

- Here is the solution for you @AdornMens 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.section-header {
    top: 40px !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1724000159087.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
AdornMens
Tourist
6 0 5

Perfect! and i appreciate how quick you got back to us. Thank you

BSS-TekLabs
Shopify Partner
2077 613 718

Glad to help you. Have a good day.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
AdornMens
Tourist
6 0 5

While we are here, i figured i'd ask. There is a slight overlap on mobile when scrolling. Can you recommend any css for that ?

BSS-TekLabs
Shopify Partner
2077 613 718
@media only screen and (max-width: 750px) {
.section-header {
    top: 53px !important;
}
}

Can you add more this code @AdornMens 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
AdornMens
Tourist
6 0 5

Hello I added the code, but it is still overlapping.