- Posts: 5
- Thank you received: 0
Hot Joomla Carousel Pro - Causes site to crash
-
psb316
Active member -
Topic Author
- New Member
-
Less
More
5 days 16 hours ago #51900
by psb316
Replied by psb316 on topic Hot Joomla Carousel Pro - Causes site to crash
Thank you Milos! Next time, I will make sure to check that Joomla (& extensions) are at the latest versions! One thing I noticed about the Carousel Pro module, it is displaying in different formats on my 2 websites, even though (I think) it is configured the same. I have attached screenshots of "News Items" displayed on each website. For each article I use a "standard" format which starts with an image, then some intro text, then "READMORE", then the remaining text. On the WALDRENSTROMS.COM website it displays similarly to how it is advertised (with the intro text on the right of the image). But on the HICB site, the text is below the image. Is there a way to make the text display to the right of the image?
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6830
- Thank you received: 724
5 days 16 hours ago #51901
by milos
Replied by milos on topic Hot Joomla Carousel Pro - Causes site to crash
Hello,
You can edit the file /modules/mod_hot_joomla_carousel_pro/tmpl/hot_joomla_carousel_pro.css and change this:
to this:
Then hard-refresh your browser or clear your browser cache to see the effect.
Regards,
Milos
You can edit the file /modules/mod_hot_joomla_carousel_pro/tmpl/hot_joomla_carousel_pro.css and change this:
Code:
.flickity-slider .gallery-cell img {
display: block;
max-width: 100%;
height: auto;
box-sizing: border-box;
}
to this:
Code:
.flickity-slider .gallery-cell img {
display: block;
max-width: 100%;
height: auto;
box-sizing: border-box;
float: left;
margin-right: 15px;
}
Then hard-refresh your browser or clear your browser cache to see the effect.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.076 seconds