This topic has 2 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hello,
I want the testimonials on home page to be centered between heading and the navigation dots.
This is centered: https://prnt.sc/lou7yz
This is not (lesser upper space): https://prnt.sc/lou8au
Kindly help in this regard.
Regards
Hello,
Please try to use this code:
.slick-initialized .slick-slide p {
min-height: 130px;
}
.slick-initialized .slick-slide p {
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
}
This default margin http://prntscr.com/louwys can be changed here – http://prntscr.com/louxld
Regards
You must be logged in to reply to this topic.Log in/Sign up