Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #925258

    Hallo ich würde gerne Stadt dem Sockel ein Bild über die gesamte breite darstellen. Und in dem Bild soll dann Stadt dem Copyright ein Menü sein wie setzte ich das um ?

    Leider kenne ich mit PHP ned gut aus.

    Vielen dank

    #926269

    Hey MIB83,

    Could you please post in English for us, so we can be able to review things for you?

    Best regards,
    Basilis

    #927961

    Hello I would like to portray the city a pedestal over the entire width. And in the picture should city then be a menu for copyright, how did I implement that?

    Unfortunately, I know well with PHP ned.

    Many Thanks

    #928091

    what do you mean by copy right menu? a copy right info only
    the socket itself (Sockel in German) does have allready the option of copyright info. You only need to give it a bit css to make it bigger.
    On Enfold styling you can have background-image for Socket too ( you can upload your own there)
    and only have to determine a min-height f.e. for the socket.

    #928366

    Hi MIB83,

    I’m not sure if we understand exactly what you are looking to achieve. Could you post a screenshot highlighting your intentions and a link to your actual site please?

    Best regards,
    Rikard

    #928676

    click on the image to enlarge – ich glaube das ich das Backend auf Deutsch für dich lassen konnte:

    and

    for my test here i got the following quick css

    #socket { min-height: 450px; display: flex }
    .socket_color { background-size: cover }
    #socket .copyright {
        float: none;
        display: block;
        text-align: center;
        font-size: 48px;
       line-height: 60px;
        top: 60%;
        position: relative;
        color: #f00;
    }

    See demo here: https://webers-testseite.de/bernhard/

    #928906

    Hi,

    Thanks a lot for the help @guenni007 :-)

    Best regards,
    Rikard

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