Archived topic
How can I decrease breadcrumb bar height?
7 replies · Started by Luca on December 28, 2018
Hi, I have activated the breadcrumb function via Yoast and everything works correctly.
However, I would like to reduce the height of the breadcrumb display bar.
How can I do?
Hi there,
can you provide access to the Site so i can take a look?
It requires a password?
I have already sent the link and password
in "Your website URL (only admins can see)" form
OK, so its in the page header so try this CSS:
.separate-containers .page-header {
padding: 10px 40px;
}
It works perfectly, thank you very much
Glad to be of help :)