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.
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:
Go to Online Store
Edit Code
Find theme.liquid file
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?