Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #987812

    Hallo, ich habe das Problem, dass ich in einer Farb-Sektion Kundenbewertungen laufen lasse. Durch die unterschiedliche Textlänge wird jetzt alle 5 Sek (Hab ich so eingestellt) alle Bereiche nach dieser Sektion verschoben, da sich die Höhe automatisch anpasst. Selbst wenn ich die Sektion auf 100% des Displays stelle kommt das zum tragen!
    Was kann ich tun, um die Höhe nicht nur als Minimum fest zu legen sonder als unveränderliche Größe?

    Besten Dank
    Gruß Patrick

    #988558

    Hey ltc_pfilsimnger,

    Thank you for using Enfold.

    Edit the color section and then adjust the “Section Minimum Height” value. You can set it to 100% of the browser window height.

    Best regards,
    Ismael

    #988594

    Give to the testimonial-wrapper a min-height – so that biggest Testimonial fits in to that container.
    You will not solve that problem for all screen-width ( the small ones are the problem) – but for a normal screen width this will work:
    Please adjust the min-height to your testimonials – the thing is that the short testimonials

    .avia-testimonial-wrapper {
        min-height: 350px;
        margin: 0;
    }

    the min-height value should be in this way that even the biggest testimonial has enough place to show.
    a fixed height that will work even for small screens ( maybe a normal 3 liner will turn under this circumstances in a 6 liner testimonial) looks ugly.

    • This reply was modified 6 years, 4 months ago by Guenni007.
    #988774

    Hi ltc_pfilsimnger,

    Have you tried any of the solutions above?

    Best regards,
    Victoria

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