Hi,
noAbsolute.png. I see you added custom css in Theme Options=>Custom CSS. You can edit it to what you need.
Search form. I also see you added css for it and it’s working with margin top.
Social icons on product page on mobile. I fixed it by adding this css code into Custom CSS:
@media screen and (max-width: 680px) {
.main-container .product-view .single-product-sharing {
height: auto;
}
}
Social icons popup. I fixed it by adding this css code into Custom CSS:
.main-container .product-view .single-product-sharing .social-icons li .allentip {
top: -58px !important;
}
Column class: You can change in “woocommerce/archive-product.php” & “sidebar-shop.php” files. I did it.
Best regards