- Posts: 1
- Thank you received: 0
css for thumbSlider positioning
-
DazPhil
Inactive member - Topic Author
- New Member
Less
More
14 years 8 months ago #1176
by DazPhil
css for thumbSlider positioning was created by DazPhil
Is it possible to do either of the following and if so how?
1. move the thumbslider to the right rather than the default central position.
2. move the thumbslider to the right of the main image in a vertical list state?
Congrats on a great extension
DazPhil
1. move the thumbslider to the right rather than the default central position.
2. move the thumbslider to the right of the main image in a vertical list state?
Congrats on a great extension
DazPhil
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6758
- Thank you received: 718
14 years 8 months ago #1180
by milos
Replied by milos on topic Re: css for thumbSlider positioning
No, something like that is not possible without extensive modifications of code.
Please Log in to join the conversation.
-
ll
Inactive member - New Member
Less
More
- Posts: 1
- Thank you received: 0
13 years 3 months ago #11266
by ll
Replied by ll on topic Re: css for thumbSlider positioning
Hi,
is there a way to modify the positioning of the thumbnails and the main viewer?
I want the main viewer to be displayed at the bottom instead of top by default.. Please.. Thank you so much..
is there a way to modify the positioning of the thumbnails and the main viewer?
I want the main viewer to be displayed at the bottom instead of top by default.. Please.. Thank you so much..
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #11272
by ivan.milic
Replied by ivan.milic on topic Re: css for thumbSlider positioning
Well layout is rendered from javascript, anyway you can just move it but you will maybe have problem to fit it in layout.
#hot-joomla-gallery-wrapper .thumbSlider{
top:-300px!important;
}
note: 300 is random number , you need to find right value.
#hot-joomla-gallery-wrapper .thumbSlider{
top:-300px!important;
}
note: 300 is random number , you need to find right value.
Please Log in to join the conversation.
-
patruskal
Inactive member - New Member
Less
More
- Posts: 2
- Thank you received: 0
13 years 3 months ago - 13 years 3 months ago #11354
by patruskal
Replied by patruskal on topic Re: css for thumbSlider positioning
I have to figure out how to move the images to the right side of the main image.
Also...
Why am I unable to type "transparent" in the Module Background color field?
Also...
Why am I unable to type "transparent" in the Module Background color field?
Last edit: 13 years 3 months ago by patruskal. Reason: Found solution
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #11372
by ivan.milic
Replied by ivan.milic on topic Re: css for thumbSlider positioning
You can not because there is helper component that gives only HEX rgb colors. renaming <template dir>/js/jscolor.js can take out that helper, so you can type anything.
Please Log in to join the conversation.
Time to create page: 0.171 seconds