Site logo

Archived topic

CSS Help

17 replies · Started by David on February 28, 2019

Viewing posts 1–15 of 18

Hello

I've got a CSS problem, that I can't work out. At the bottom of the page I have a testimonials rotating block, but some li elements are long and some short, so I either need them to sit in the center of the block or for it to adjust the height depending on the li content...

http://185.20.51.60/~hiremarqueeco/

Any help would be very much appreciated.

Thanks
Dave

Hi there,

maybe this:

.flexslider .slides {
    display: flex;
    align-items: center;
}

Not sure if it will interfere with the slider. Should center them all and keep the container the same height... it can be really annoying when they scale in size lol

Thanks David

Glad to be of help. Great looking site :)

Thanks David - any ideas why the page flashes on load when using the wow.js? it shows the page content quickly then the does the animation load.

Excellent, thanks David your a legend!

Glad to be of help :)

Your website, especially the Hamburg menu, looks really nice. Can you tell me how you managed it with the menu?

Thanks for sharing David

Thanks David.

Try this:

.flexslider .slides > li {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
}

Thanks David, that was driving me mad - although it loads a little funny now, anyway I can stop this?

This archived topic is closed to new replies.