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

    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!

    #788189

    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

    #789203

    Thanks Rikard,
    this is getting pretty close – I think I can work out the fine tuning from here!

    #789229

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Creating extra image “floating” underneath the breadcrumb’ is closed to new replies.