This topic has 4 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Jack Richardson
The content in the carousel is getting cut off at the bottom. It’s worse in IE. I’d like to adjust the overall height to fix the issue. I’ve tried editing various css selectors but I think it’s the .carousel that needs to be adjusted. Adjusting the height from height: 351px to 365px would fix the issue.
I tried adding this to my css file but it didn’t have any impact. Can you help? See attachments in private content section.
}
.carousel {
height: 365px
}
Hello,
Try the following css code:
.carousel {
height: 365px !important;
}
Best regards,
Jack Richardson.
Hi, this worked. Thanks! Now I’d also like to similarly adjust the height on the product detail page carousels. The height: 365px !important; did not seem to impact them. Any suggestions? Specific page url is in web-site field below.
Hello,
As I see the code is working http://storage3.static.itmages.com/i/16/0507/h_1462605794_9973635_17cb8d107a.jpeg . Please clarify what you want to modify on single product page.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up