This topic has 2 replies, 2 voices, and was last updated 7 years, 10 months ago ago by 8theme
How do I increase the vertical spacing on the breadcrumbs between the HOME > SHOP > PRODUCT and the < RETURN TO PREVIOUS PAGE . When I have long product titles, they run over the return to previous page wording.
Thanks.
Hi,
Try to limit title by width using this code snippet
.page-heading.bc-size-small .title {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up