• magiczappo

    (@magiczappo)


    Guten Tag,

    ich habe das Problem:

    Unter Widget – Header gebe ich ein Bild mit Breit 1400 ein.
    Leider wird das das Bild aber nur verklienert dargestellt.

    Wie bekomme ih es die Breite des Containers.

    Danke für die Unterstützung.

    Grü?e

    Petert

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • David

    (@diggeddy)

    Hi there,

    did you resolve the issue ? As I see the header image is filling the header.

    Thread Starter magiczappo

    (@magiczappo)

    Danke für die Nachfrage, leider nicht wirklich,
    Aktuell ist die Darstellung das Logo über die Funktion Webseiten Information
    Ich wollte es über Header über Design — Customizer — Widget und dort Header einpflegen.
    Habe mal für 2 Tage beide Ideen online.

    https://zauberer-kabarettist.de/

    Oben über Website-Informationen unten über Widget

    beides mal die gleichen Grafiken

    Grü?e

    • This reply was modified 4 months ago by magiczappo.
    • This reply was modified 4 months ago by magiczappo.
    David

    (@diggeddy)

    Ok, you will need to tell the Header Widget to fill the space. Try this CSS:

    #masthead .header-widget,
    #masthead .header-widget :is(a, picture, img) {
    display: block;
    width: 100%;
    }
    Thread Starter magiczappo

    (@magiczappo)

    Hallo David,

    thank you very much, this works.
    Wonderfull

    Peter

    David

    (@diggeddy)

    Glad to hear that

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