Contact drawer in header

Solved

Contact drawer in header

Ab52
Explorer
62 0 14

Hello everyone,

I want to have a header contact drawer only on desktop working like my attachment. I want to be able to edit the content through shopify. Can someone help me?

 

what i want:  https://cdn.shopify.com/videos/c/o/v/3e0336050c7b4d37aee37b3509224de2.mp4

 

weblink: https://3lo1nnaxknuj5ldk-74144612617.shopifypreview.com

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2322 688 809

This is an accepted solution.

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

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
@media only screen and (min-width: 600px) {
.header__secondary-nav {
    right: 40px !important;
    position: relative !important;
}
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1726065959901.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)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


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

View solution in original post

Replies 2 (2)

BSS-TekLabs
Shopify Partner
2322 688 809

This is an accepted solution.

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

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
@media only screen and (min-width: 600px) {
.header__secondary-nav {
    right: 40px !important;
    position: relative !important;
}
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1726065959901.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)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2322 688 809

BSSTekLabs_0-1726070250902.png

If you want like that, please add more this code 

<style>
@media only screen and (min-width: 600px) {
.header__secondary-nav nav.header__link-list {
    left: 110px !important;
    position: fixed !important;
}
</style>

 

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)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


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