Explore some of nice navigation ecommerce platform with similar user permission with the drupal backend. Ecommerce opensource: thirty bees is a state of the art e-commerce platform that empowers users to easily start and maintain an e-commerce. We have designed thirty bees around speed and ease of use. We currently have over 170 compatible payment gateways with more coming soon.
HTML changes for the website:
The z-index property specifies the stack order of an element.
An element with greater stack order is always in front of an element with a lower stack order.
Note: z-index only works on positioned elements (position: absolute, position: relative, position: fixed, or position: sticky) and flex items (elements that are direct children of display:flex elements).
img {
position: absolute;
left: 0 px;
top: 0 px;
z-index: -1;
}
source:
https://www.w3schools.com/cssref/pr_pos_z-index.asp