im currently using left side main menu layout but i want to change the display position of my cart
like this page:
https://vividyoon.co.kr/product/list.html?cate_no=91
its possible?
Hey dyancito,
In your WP Dashboard, go to Enfold > Shop Options > Header Shopping Cart Icon, set to Always Display floating on the side
Then on Enfold > General Styling > Quick CSS, add this CSS Code:
.html_header_sidebar .cart_dropdown {
position: fixed;
top: 32px;
right: 0;
}
Hope it helps.
Best regards,
Nikko
