Home Forums WoodMart support forum Breadcrumbs Styling and change Position.

Breadcrumbs Styling and change Position.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #93688

    covicon
    Participant

    Hi Woodmart Team, is it possible to place the Breadcrumb (at the Shop) instead of left to the Center? I tried a few things by Yellow Pencil and Custom CSS but got Solution, maybe you can give me a Snippet? The Sort Order “thing” is already set to “diplay:none” but for the Breadcrumbs at the Center and for the Styling i got no Solution…

    Attachments:
    You must be logged in to view attached files.
    #93735

    Hello,

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

    .shop-loop-head {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    Best Regards

    #93736

    covicon
    Participant

    Woohoo… Great, thank you, it works perfect!

    #93759

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Breadcrumbs Styling and change Position.’ is closed to new replies.