Home › Forums › Basel support forum › How to display full shop lood head in mobile view › Reply To: How to display full shop lood head in mobile view
October 17, 2018 at 8:13 am
#83186
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS:
@media (max-width: 480px){
.shop-loop-head .woocommerce-breadcrumb {
margin-top: 20px;
}
}
Change 20px as per your needs.
Best Regards