Over_and_over 1.1, caption to right of image?

srcieslinski / 2013-07-01 17:22:53   

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

Vaska A / 2013-07-01 17:35:31   

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.

arsondpi / 2013-07-01 17:57:34   

You need to have a set width;
Then edit the following in the css part of the format:

  1. #img-container .asset {
  2.     float: left;
  3.     line-height: 0;
  4. }
  5. #img-container .captioning {
  6.     float: left;
  7.     margin-top: 0;
  8.     margin-left: 10px;
  9. }
  10. #img-container .spacer {
  11.     clear: both;
  12.     height: 18px;
  13. }

Also check the beta version of the Over and Over format in the forum.

This thread has been closed, thank you.