Please use the following css code to align text & cart icon on same line
ul.site-header-cart li.avl-cart {
display: flex;
align-items:center;
}
.after-top-header-wrapp .icons-wrapp {
width: 20%;
}
.after-top-header-wrapp .icons-wrapp .cart-wrapper .text {
padding-left: 20px;
}
Please let me know if you have any other queries.
]]>Please use the following CSS code to fix that
.woocommerce div.product form.cart div.quantity {
margin-right: 82px;
}
]]>
Please use the following CSS to remove the space
@media screen and (min-width: 60em){
.home .site-main {
padding: 0;
}
}
.home .entry-content{
margin: 0
}
]]>
Please use the following CSS to remove that
.woocommerce div.product form.cart div.quantity a {
display: none;
}
]]>