Positioning the Caption
10 months 5 days ago #70687
by EX34mush
Positioning the Caption was created by EX34mush
Is it possible to position the caption below the image, rather than covering the bottom?
Also, my image is narrower than the caption. I would like the edge of the caption to align with the edge of the image.
Can this be done?
Link to my site
Also, my image is narrower than the caption. I would like the edge of the caption to align with the edge of the image.
Can this be done?
Link to my site
Please Log in or Create an account to join the conversation.
10 months 5 days ago #70690
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Positioning the Caption
Hi
unfortunately this is not possible using Slideshow CK natively
you can try adding this css in your page
CEd
unfortunately this is not possible using Slideshow CK natively
you can try adding this css in your page
Code:
.camera_caption {
bottom: -50px;
height: 50px;
}
div.camera_target_content {
overflow: visible;
}
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
10 months 5 days ago #70709
by EX34mush
Replied by EX34mush on topic Positioning the Caption
Hi,
I tried adding this to my user.css file but that had no effect.
Is there an alternative?
I tried adding this to my user.css file but that had no effect.
Is there an alternative?
Please Log in or Create an account to join the conversation.
10 months 5 days ago #70710
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Positioning the Caption
please update it with this one
Code:
.camera_caption {
bottom: -50px !important;
height: 50px;
}
div.camera_target_content {
overflow: visible;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
10 months 5 days ago #70712
by EX34mush
Replied by EX34mush on topic Positioning the Caption
That's better! Although the thumbnail icons are now in the way!
Please Log in or Create an account to join the conversation.
10 months 5 days ago #70713
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Positioning the Caption
yes but your slideshow is also small so I would suggest to disable the pagination to remove the dots
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.205 seconds