- Posts: 14
- Thank you received: 0
Carousel height
11 years 3 weeks ago #213097
by markc
Carousel height was created by markc
-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.5.28
-- Browser(s) name and version -- : Chrome
The settings of the module are attached.
I keep changing the settings but initially on loading the page the carousel starts with a container that displays 2 rows of items - when the carousel slides it then displays 1 row but the outer container stays at twice the height it should be.
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.5.28
-- Browser(s) name and version -- : Chrome
The settings of the module are attached.
I keep changing the settings but initially on loading the page the carousel starts with a container that displays 2 rows of items - when the carousel slides it then displays 1 row but the outer container stays at twice the height it should be.
Please Log in or Create an account to join the conversation.
11 years 3 weeks ago #213106
by nicolas
Replied by nicolas on topic Carousel height
Hi,
That's because of the CSS of your template.
Add that CSS on your website in order to counter that and it will display properly:
.hikashop_main_carousel_div > ul > li {
margin: 0px !important;
}
That's because of the CSS of your template.
Add that CSS on your website in order to counter that and it will display properly:
.hikashop_main_carousel_div > ul > li {
margin: 0px !important;
}
The following user(s) said Thank You: markc
Please Log in or Create an account to join the conversation.
11 years 3 weeks ago #213140
by markc
Replied by markc on topic Carousel height
Yes that worked.
Thank You.
Thank You.
Please Log in or Create an account to join the conversation.
Time to create page: 0.297 seconds