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

    Hallo!
    Ich habe im Header der folgenden Seite:

    eine Slide-Show (volle Breite) eingebaut. Ich hätte gerne dass die Bilder da aber vertikal zentriert sind. Gibt es da eine einfache Möglichkeit? Wo müsste ich welches CSS einsetzen?
    Und kann man auch eine Verlinkung auf die einzelnen Bilder machen?

    Vielen Dank für die Hilfe!
    Lg, Clemens

    #1260958

    Hat jemand einen Tip für mich?

    #1261240

    Hi,

    Sorry for the delay. We could use the following css code to pull the image upwards and align it vertically to the center of the slider area.

    .av_slideshow_full li img {
    	margin-top: -140px;
    }
    

    Please do not forget to toggle or temporarily disable the Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    #1261772

    Hi Ismael!
    Thanks that helped;-)
    But where do i finde the Performance>File Compression setting?

    AND is it possible to link the images of the slider to a subpage?
    Thanks for your help!

    #1261775

    Hi Ismael!
    Thanks that helped;-)
    But where do i finde the Performance>File Compression setting?

    AND is it possible to link the images of the slider to a subpage?
    Thanks for your help!

    #1261777

    Ok I found the linking option;-)

    #1261929

    Hi,

    Great, I’m glad that you got things working and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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