Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #981113

    Hallo Enfold-Team,

    ich suche für meine Seite https://www.turnera-diffusa.com/ eine Möglichkeit, ein Element über zwei andere Elemente zu legen. Auf der Startseite befindet sich eine graue Farbsektion zwischen den beiden Inhalts-Sektionen. Hier möchte ich mittig ein Element mit Headline einfügen, das oben und unten ein Stück in die beiden Inhalts-Sektionen hineinragt.

    Wie könnte ich das einrichten? Vielen Dank schon jetzt!

    Hello, I’m looking for my site https://www.turnera-diffusa.com/ a way to get an item across two other items lay. On the start page you’ll find a gray color section between the two content sections. Here I would like to insert in the middle an element with a headline, which protrudes above and below a piece into the two content sections.

    How could I set this up? Many thanks in advance!

    #981980

    Hey Johannes,

    Thank you for using Enfold.

    Can we see a screenshot or mockup of the layout that you’re after? Turn on the custom css class field so that you can modify a certain element with css.

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

    Best regards,
    Ismael

    #982013

    ich kenne den Inhalt jetzt nicht – da wäre es schön der wäre schon platziert.
    Ich würde der grauen Colorsection – wie Ismael sagt – eine custom-class geben zB: ueberstand
    und vor allem kein padding festlegen noch eine mindesthöhe !!!
    ___
    I don’t know the content now – it would be nice if it was already placed.
    I would give the grey color section – as Ismael says – a custom-class e.g.: ueberstand
    and especially no padding nor a minimum height !!!

    dann in das quick css:
    then into the quick css:

    .ueberstand {
        height: 100px !important;
    }
    
    .ueberstand .container {
        position: relative;
        top: -50%;
    }

    du kannst das hier mal sehen mit einem bild in der color-section:
    you can see this with an image in the color-section:
    https://webers-testseite.de/buttons/

    wenn ein Slider direkt oberhalb liegt (oder ein advanced slider) denke ich müßte man auch noch einen z-index für diese “ueberstand”-Sektion hinzufügen
    if a slider is directly above (or an advanced slider) I think you would have to add a z-index for this “ueberhang” section too

    • This reply was modified 6 years, 3 months ago by Guenni007.
    #982364

    Vielen Dank an Ismael und an Guenni007 – unkompliziert wie immer: https://www.turnera-diffusa.com/#zeichnung

    Thank you Ismael and Guenni007 for that simple solution: https://www.turnera-diffusa.com/#zeichnung

    #982479

    Hi schnelletexte.de,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.