- Posts: 2
- Thank you received: 0
Center Images (horizontally)
-
compassrose
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 4 weeks ago #16895
by compassrose
Center Images (horizontally) was created by compassrose
Have to say that your module has been a treat to work with. Simple, straight-forward, and easy to customize. And, unlike other support forums, I found almost every question I wanted to ask about customization answered here. Thank you!!!! Excellent work!
I was unable to find anything about centering the image within the slide-runner - all images are left justified and I'm a little nervous about changing the CSS or default.php without some guidance. You can see the slideshow on my test site: blackbirdphoto.compassrosedesign.org .
Thanks in advance for your response.
~ Rose
I was unable to find anything about centering the image within the slide-runner - all images are left justified and I'm a little nervous about changing the CSS or default.php without some guidance. You can see the slideshow on my test site: blackbirdphoto.compassrosedesign.org .
Thanks in advance for your response.
~ Rose
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 weeks ago #16918
by ivan.milic
Replied by ivan.milic on topic Re: Center Images (horizontally)
in
/modules/mod_hot_image_slider/tmpl/style.css
div#header_hotslider div#slide-holder img {
margin: 0;
display: none;
position: absolute;
}
remove position: absolute;
also add this to bottom:
#slide-runner{
text-align: center!important;
}
/modules/mod_hot_image_slider/tmpl/style.css
div#header_hotslider div#slide-holder img {
margin: 0;
display: none;
position: absolute;
}
remove position: absolute;
also add this to bottom:
#slide-runner{
text-align: center!important;
}
The following user(s) said Thank You: compassrose
Please Log in to join the conversation.
-
compassrose
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
13 years 4 weeks ago #16977
by compassrose
Replied by compassrose on topic Re: Center Images (horizontally)
Worked perfectly, Ivan.
Thank you for your excellent module and support forum! The slideshow on my test site is perfect.
~ Rose
Thank you for your excellent module and support forum! The slideshow on my test site is perfect.

~ Rose
Please Log in to join the conversation.
Time to create page: 0.151 seconds