Custom css

Hey, does anyone know if its possible to move the cart button/icon with custom code? I’m working on a embedded shop and to get the cart to show in the website header would be awesome. I have seen this so it should be possible? Thanks in advance.

It’s a bit tricky , but it can be done with JavaScript.
Here is an example of how to do this with a jQuery
Let’s assume you have main menu with id=“main-menu”
$("#sprd-basket-button").appendTo("#main-menu");

Thanks! I will look into that. :slightly_smiling_face:

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.