This topic has 4 replies, 2 voices, and was last updated 7 years, 6 months ago ago by Rose Tyler
HI,
My breadcrumbs are not looking right. They going to center page under page name.
Please advise how to get it right.
Thanks
Cristina
Hello,
Please, provide screenshot what exactly you want to achieve.
Regards,
Rose Tyler.
HI Rose,
I have just check the demo site and see that it was centered. Sorry I was under the impression that the crumb was left aligned.
How would I go about making it left aligned.
Thanks
Cristina
Hello,
You can try to add this code in Custom css:
.woocommerce-breadcrumb {
text-align: left;
margin-bottom: 10px;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up