Home Forums Basel support forum How to left align product details in Single product page.

How to left align product details in Single product page.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13365

    Thangamuthu
    Participant

    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.
    #13379

    Artem Temos
    Keymaster

    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

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)