Home Forums WoodMart support forum Breadcrumbs Reply To: Breadcrumbs

#333390

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body .single-breadcrumbs-wrapper .container {
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

Best Regards