- Posts: 24
- Thank you received: 0
[FIX] Main Carousel Over Stretching
-
rvolt
Inactive member - Topic Author
- Member
Less
More
9 years 6 months ago #45708
by rvolt
[FIX] Main Carousel Over Stretching was created by rvolt
@media only screen and (max-width: 768px)
.gallery-cell img {
min-height: 100px;
}
IN template_css.css
Reduce min-height from 250px to 100px to correct over stretching
.gallery-cell img {
min-height: 100px;
}
IN template_css.css
Reduce min-height from 250px to 100px to correct over stretching
Please Log in to join the conversation.
-
rvolt
Inactive member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
9 years 6 months ago #45709
by rvolt
Replied by rvolt on topic [FIX] Main Carousel Over Stretching
You will need to lower page indicators after correcting over stretching, add code at bottom of same css file as above. Adjusting bottom
.flickity-page-dots {
bottom: 10px;
}
.flickity-page-dots {
bottom: 10px;
}
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 6 months ago #45711
by ivan.milic
Replied by ivan.milic on topic [FIX] Main Carousel Over Stretching
Please Log in to join the conversation.
Time to create page: 0.149 seconds