Hello everyone!
I have a following issue. I added a breadcrumb short code to the Layerslider.
It is showing the correct breadcrumbs, but the separator between pages is “cut in half” and only part of it is visible.
The issue is the same either I use /, >, – or any other separator.
The example website is: https://resort.czterywiatry.pl/resort/
Adam
Hi Adam,
Please try the following in Quick CSS under Enfold->General Styling:
#layerslider_3 .breadcrumb .sep {
display: inline;
overflow: visible;
width: 15px;
}
Best regards,
Rikard
Hey Rikard,
sorry for the late reply.
It has not worked unfortunately, even when reflushing the cache.
Adam