The over and over plugin. Uniform width is great, is there a way of making the same width apply to the any text in the same exhibit?
The over and over plugin. Uniform width is great, is there a way of making the same width apply to the any text in the same exhibit?
sure - go to Admin/Assets/format.over_and_over.php and towards the end of the plugin there's the css part of the format...
if ($this->uniform_width != 0) $css .= "#img-container .captioning p { width: " . $this->uniform_width . "px; }";
make it into:
if ($this->uniform_width != 0) $css .= "#img-container .captioning p, #exhibit .container p { width: " . $this->uniform_width . "px; }";
great thank you.
This thread has been closed, thank you.