• duponddupont

    (@duponddupont)


    Hello,

    First of all thank you for this awesome pluggin!
    I would like to put the title of the picture in a on the middle left of the picture, I tried different things using the css of my theme.

    I wrote this code:
    .slideshow_description_box.slideshow_transparent {
    bottom: 190px !important;
    position: right !important;
    }

    It moves the box at the middle top but I cannot put it on the right like I want.

    Thank you for your help

    https://www.ads-software.com/plugins/slideshow-jquery-image-gallery/

Viewing 5 replies - 1 through 5 (of 5 total)
  • mbrsolution

    (@mbrsolution)

    Hi, can you share your URL?

    Thank you

    Thread Starter duponddupont

    (@duponddupont)

    My website is : uberis.duponddupont.com

    mbrsolution

    (@mbrsolution)

    Hi try the following CSS. This code has to be added to all three slides.

    .slideshow_description_box.slideshow_transparent {
        bottom: 0;
        display: block;
        position: absolute;
        right: 25px;
        width: 125px;
    }

    Play around with the settings above until you get the text displayed in the correct position.

    Thread Starter duponddupont

    (@duponddupont)

    It works!! Thank you so much!

    mbrsolution

    (@mbrsolution)

    I am happy to hear ??

    Can you mark this support thread as resolved.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change title box’ is closed to new replies.