How to left align product details in Single product page.
-
I am trying to left align product details like in demo but my theme center aligned by default, I couldn’t find option for left align. and I don’t like to align using custom CSS. Please let me know if there is any option available. Also I like to remove back arrow from breadcrumb.
Attachments:
You must be
logged in to view attached files.
Hello,
You can change the product page layout to “Default” in Theme Settings -> Product page. To remove the arrow, use the following Custom CSS
.basel-back-btn {
width:0;
opacity:0;
}
Regards