Position of Currency Changer button from Third Party app is overlapping sticky add to cart.

Position of Currency Changer button from Third Party app is overlapping sticky add to cart.

IbrahimW
Excursionist
30 0 7

IbrahimW_0-1720535352000.png

 

Hi,

I would highly appreciate this fix. I want the currency changer icon placed just above the sticky add-to-cart button. Both features are from third-party apps. Here is my Website, www.barakatbazaar.com.

Kind regards,

Ibrahim W.

Replies 3 (3)

Moeed
Shopify Partner
7330 1987 2423

Hey @IbrahimW 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
.bacurr-dropdownChoices {
    bottom: 40px !important;
}
}
</style>

RESULT:

Moeed_0-1720535782176.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


IbrahimW
Excursionist
30 0 7

Hi,
Thanks a bunch! It worked very well. But the problem remains on the desktop version, can you also help me with that?

ProtoMan44
Shopify Partner
704 57 112

@IbrahimW thanks for posting here.
add this code :

@media (max-width: 768px) {
   .bacurr-cur-blocker .baDropdownStyle.mobile_bottom_left:not(.hideOnMobile) {
        bottom: 50px!important;
    }
}

 

ProtoMan44_0-1720535714959.png

 

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!