- This topic has 1 reply, 2 voices, and was last updated 2 weeks, 6 days ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Teach Kiddo Pro › Main slider height in mobile version
Hi! The main slider height is different on different sliders. First slider is ok but the second slider is much more narrow than the first one.
Please check this URL: https://laululind.edu.ee/eerika/
It is ok on desktop view but the problem occurs on the mobile version. Both pictures formats and size are the same.
@alvaruus2, The height of slide is different because of the content, one slide has only Title and second one has Title plus content
However you can add this CSS to make the height of the slide same
@media screen and (max-width: 767px) {
.featured-slider .slick-track article:nth-child(3), .featured-slider .slick-track article:nth-child(1) {
padding: 142px 0px;
}
}
@media screen and (max-width: 562px) {
.featured-slider .slick-track article:nth-child(3), .featured-slider .slick-track article:nth-child(1) {
padding: 156px 0px;
}
}
@media screen and (max-width: 438px) {
.featured-slider .slick-track article:nth-child(3), .featured-slider .slick-track article:nth-child(1) {
padding: 170px 0px;
}
}
@media screen and (max-width: 390px) {
.featured-slider .slick-track article:nth-child(3), .featured-slider .slick-track article:nth-child(1) {
padding: 150px 0px;
}
}
@media screen and (max-width: 380px) {
.featured-slider .slick-track article:nth-child(3), .featured-slider .slick-track article:nth-child(1) {
padding: 164px 0px;
}
}
Let us know if this does not solve the issue
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |