Hi,
I followed this link to show a checkout link outside the menu on mobile:
It worked perfectly, but the price and the number of items are glued together. How can I add a hyphen or a space?
Thank you.
Hi,
I followed this link to show a checkout link outside the menu on mobile:
It worked perfectly, but the price and the number of items are glued together. How can I add a hyphen or a space?
Thank you.
Hello @ProductionMD1986,
Thanks for writing in! You will need to find the container class of price and the numbers items so you can add a custom CSS that will applies a margin into the containers to create a gap between the containers.
Be advised that custom CSS coding is beyond the scope of our support already under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.
Best Regards.
Hi,
This code did the trick (it added a margin to the number of items and changed its color):
.inner {
margin-left:5px;
color: #9b9a9a;
}
Hello @ProductionMD1986,
Glad that you were able to get the solutions. Please feel free to open a new thread if you have any more concerns.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.