I have searched the forum trying to find out how to locate the caption to the right of the image when using the Over_and_over format but to no avail. Does anyone have any pointers? Thanks
I have searched the forum trying to find out how to locate the caption to the right of the image when using the Over_and_over format but to no avail. Does anyone have any pointers? Thanks
Src...please don't post your question in more than one thread. This is not a good use of this forum.
The problem with over over is that you must have a definite width to your images to make this happen - otherwise there is chaos. There is a beta version of over over around the forum.
Then, you would need to customize the code to add the title/caption space to the right.
You need to have a set width;
Then edit the following in the css part of the format:
#img-container .asset {
float: left;
line-height: 0;
}
#img-container .captioning {
float: left;
margin-top: 0;
margin-left: 10px;
}
#img-container .spacer {
clear: both;
height: 18px;
}
Also check the beta version of the Over and Over format in the forum.
This thread has been closed, thank you.