- Posts: 4
- Thank you received: 0
move buttons to the left
-
dasCalgary
Inactive member - Topic Author
- New Member
Less
More
13 years 7 months ago #7868
by dasCalgary
move buttons to the left was created by dasCalgary
Hello,
Have tried a few things in mod_hot_image_slider/tmpl/style.css but can't seem to get it to work. I was able to change the opacity, but not move the buttons.
I am trying to get the buttons for the image rotator to show on the left instead of on the right as it is now, www.innervisioncoaching.ca . What is the code and was I working with the correct file.
Thanks,
M
Have tried a few things in mod_hot_image_slider/tmpl/style.css but can't seem to get it to work. I was able to change the opacity, but not move the buttons.
I am trying to get the buttons for the image rotator to show on the left instead of on the right as it is now, www.innervisioncoaching.ca . What is the code and was I working with the correct file.
Thanks,
M
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #7870
by ivan.milic
Replied by ivan.milic on topic Re: move buttons to the left
Hi,
Open: modules/mod_hot_image_slider/tmpl/default.php
Find this:
div#header_hotslider div#slide-holder div#slide-controls div#slide-nav {
float:right;
'.$showButtonsDisplay.'
}
and change float:right; to float:left;
Open: modules/mod_hot_image_slider/tmpl/default.php
Find this:
div#header_hotslider div#slide-holder div#slide-controls div#slide-nav {
float:right;
'.$showButtonsDisplay.'
}
and change float:right; to float:left;
Please Log in to join the conversation.
-
dasCalgary
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
13 years 7 months ago #7893
by dasCalgary
Replied by dasCalgary on topic Re: move buttons to the left
Thank you, that worked perfectly, I appreciate the clear instructions.
Please Log in to join the conversation.
Time to create page: 0.163 seconds