• Resolved pixpress

    (@pixpress)


    Hello,

    is it possible to display the image title and description in the same row?

    I’ve tried this, but it shows only the image title.

    var imageMarkup = '<div class="mfp-figure">' +
        '<div class="mfp-close"></div>' +
        '<div class="mfp-img"></div>' +
        '<div class="mfp-bottom-bar">' +
        '<div class="mfp-title">' +
        '<span class="mfp-description"></span></div>' +
        '<div class="mfp-copyright"></div>' +
        '<div class="mfp-counter"></div>' +
        '</div>' +
        '</div>';

    Any solution?

    Thank you.

    https://www.ads-software.com/plugins/wf-magnific-lightbox/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wunderfarm

    (@wunderfarm)

    Hi pixpress,

    thank you for writing us.
    I would recommend to resolve this with some custom CSS lines in your theme instead of changing the plugin code. Try adding something like this:

    .mfp-title {
       display: inline;
       float: left;
    }
    
    .mfp-description {
       display: inline;
       float: left;
    }

    If you need further assistance or have any any further questions or bugs to report please do not hesitate to contact us.

    Please don’t forget to rate this plugin with 5 shining stars if you like it. ??

    Thread Starter pixpress

    (@pixpress)

    Thank you.

    Works very well.

    Plugin Author wunderfarm

    (@wunderfarm)

    I’m glad I could help. If you need further assistance or have any further questions please do not hesitate to contact us. Please don’t forget to rate this plugin with 5 shining stars if you like it. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display image title and description in the same row’ is closed to new replies.