Hallo, wie kann ich die Höhe des Vollbildsliders anpassen. Dieser sollte in der Höhe nur 90% haben.
Hey Reinhard,
Please try to use Fullwidth Easy Slider instead since it has more options, fullscreen slider don’t have height adjustment since it will stretch images to occupy full width and height of the screen, if you want to still use fullscreen slider and adjust the height, we can still help with that with custom css code.
Best regards,
Jordan Shannon
Hallo, will keinen anderen Slider verwenden. Es gab mal eine Möglichkeit mit der shortcodes.js
Hi,
Add this to quick css and adjust the values:
.page-id-2 #fullscreen_slider_1.avia-builder-el-0 {
height: 480px !important;
max-height: 480px !important;
overflow: hidden;
}
Best regards,
Jordan Shannon
Hallo und Danke. Leider nicht der gewünschte Effekt.
Der Slider sollte 90% in der Höhe sein.
Möchte das die Überschrift sichtbar wird.
Hi,
Are you not able to adjust the heights I provided above to deliver the desired effect?
Best regards,
Jordan Shannon
Hallo, habe das Problem gelöst. Ticket kann geschlossen werden.