• Resolved mayavo1

    (@mayavo1)


    Hello,

    after correcting the issue with the wrongly displayed galeries, there is no spacing between the videos. How to make them?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello, dear mayavo1.

    Thank you for contacting us and reporting your problem.

    Edit our gallery file tsvg-thumbnails-video-gallery.php. Find code in line 1169.

    .TS_VGallery_effect-container .TS_VGallery_tv_{
    margin: var(–tsvg_p_bw_);
    width:calc( calc(100% – calc(2 * var(–tsvg_p_bw_) * var(–tsvg_v_w_)) ) / var(–tsvg_v_w_))!important;
    } – sencer

    Please edit the code and write like this.

    Plugin Author totalsoft

    (@totalsoft)

    .TS_VGallery_effect-container .TS_VGallery_tv_{
    margin: var(–tsvg_p_bw_) !important;
    width:calc( calc(100% – calc(2 * var(–tsvg_p_bw_) * var(–tsvg_v_w_)) ) / var(–tsvg_v_w_))!important;
    }

    Everything needs to be changed. After that save the gallery file.

    We are always happy to hear from you and solve all problems. We will develop the plugin with you. For us, the most important thing is that the plugin should be used by the developers themselves.

    Have a good day!

    Thread Starter mayavo1

    (@mayavo1)

    Thank you. It works well.

    Have a nice day too!

    Plugin Author totalsoft

    (@totalsoft)

    Dear mayavo1.

    Thank you for your response.

    We are happy to hear that the issue has been resolved. You are welcome to contact us anytime it is convenient for you.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Video spacing’ is closed to new replies.