caption position
9 months 1 day ago #71159
by matthias
caption position was created by matthias
Hi there, I would like the caption in the right side, like a block,gray, opacity, covering about 30& of the image.
what css do I need in custom css?
Would be a nice feature for future versions to customize the caption.
Greetings from Germany
what css do I need in custom css?
Would be a nice feature for future versions to customize the caption.
Greetings from Germany
Please Log in or Create an account to join the conversation.
9 months 1 day ago #71160
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic caption position
Hi
you can use the styling interface with
- caption full screen
- left margin 60% or what you want
see the example
CEd
you can use the styling interface with
- caption full screen
- left margin 60% or what you want
see the example
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 months 1 day ago #71161
by matthias
Replied by matthias on topic caption position
Perfect solution, thanks
Please Log in or Create an account to join the conversation.
9 months 1 day ago #71162
by matthias
Replied by matthias on topic caption position
Can't find these settings. Which version is that? I'm using the free 2.5.2. Or is it available only in the Pro version?
Please Log in or Create an account to join the conversation.
9 months 1 day ago #71166
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic caption position
yes this is in the Pro version
else you can try by adding these css in your page
else you can try by adding these css in your page
Code:
.camera_caption {
top: 0;
left: 60% !important;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 months 1 day ago #71169
by matthias
Replied by matthias on topic caption position
Custom CSS, I should have seen that. Thanks for the code, works fine
Please Log in or Create an account to join the conversation.
Time to create page: 0.243 seconds