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

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.

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 tag


RESULT:

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

Best Regards,
Moeed

@IbrahimW thanks for posting here.
add this code :

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

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