Viewing 1 replies (of 1 total)
  • Plugin Author Phil Ewels

    (@tallphil)

    Hi ssccdd,

    I’m afraid that I don’t really want to deviate from the core HTML template provided by Bootstrap for the plugin (shown here) as it will probably break the display output for everyone else using the plugin.

    However, by the sound of it, you probably don’t need to edit any PHP or HTML to achieve the effect that you’re looking for: because the caption is already within a div with class .carousel-caption you should be able to reposition it using just CSS.

    Let me know if you need any help with this, though to be honest as it’s not specific to the plugin you might be better off asking at Stack Overflow or somewhere. A quick google finds this post for example which suggests adding the following CSS to make the caption appear below (untested):

    .carousel-caption {
         position:relative;
    }

    Hope this helps..

    Phil

Viewing 1 replies (of 1 total)
  • The topic ‘Carousel caption outside of image div?’ is closed to new replies.