This topic has 10 replies, 3 voices, and was last updated 8 years, 4 months ago ago by Eva Kemp
Hi
I am trying to make breadcrumbs image height big enough to fit my so called banner.
This is what I want it to look like:
https://gyazo.com/8b328e6d9e558ec73d2e19e24aac3620
But no matter what I do through theme options, the best I can get is this :
https://gyazo.com/6dfeb2d248831b28d03d486bf79cfe36
I have tried using margin-top/bottom for the box thats holding the content, as well as trying to mave their order.. but the best I get is:
https://gyazo.com/73c8683115e274d0ecf7185802f50285
https://gyazo.com/3541cbd36df42fd5a70fbb6f9ae45bce
It creates a massive margin for both the containers, and I cannot seem to locate just the one that is holding the breadcrumbs to expand it.
Can you please point me in the right direction or maybe provide a code snippet to for this?
Kind Regards
Gleb
Hello,
Try to set Breadcrumbs Style as “Background Large” in Theme Options > Header > Breadcrumbs Style.
Regards,
Eva Kemp.
Hi Eva
It is already set to large:
https://gyazo.com/6b7f08266b9346580f9644283c5cac99
and it doesnt seem to work.
Hello,
Please provide WP Dashboard credentials in private content.
Best regards,
Jack Richardson.
I have provided log in details.
Kind regards
Hello,
I’ve changed breadcrumbs settings in Theme Options.
Check the breadcrumbs background now.
Regards,
Eva Kemp.
Hi,
The breadcrumbs image is still the same height and not fully visible.
Hello,
Please add this code in Global Custom CSS:
.bc-type-3 {
padding-top: 120px !important;
padding-bottom: 100px !important;
}
Best regards,
Jack Richardson.
Thank you very much! that seemed to sort the problem
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Breadcrumbs image’' has been successfully resolved, and the topic is now closed for further responses