Hey there,
I am trying to have an image “floating” underneath the breadcrumb bar on every page, just over the featured image/slider, like an additional branding.
It is supposed to look like THIS
I have followed the instructions you posted here:
https://kriesi.at/support/topic/image-under-breadcrumbs/
but got stuck with what you can see now (on private-aircraft-sales.airgo.de , the additional container is not supposed to take actual space, also it should be transparent, containing just one superposed image, no repeat), also the solution to the problem was not posted in this older thread.
Can you help?
THANK YOU!
Hey AirGO,
Please try CSS like this instead:
div.below-title-container.container_wrap {
position: absolute;
top: 150px;
right: 200px;
z-index: 10000;
}
Best regards,
Rikard
Thanks Rikard,
this is getting pretty close – I think I can work out the fine tuning from here!