• Resolved mayavo1

    (@mayavo1)


    Hello,

    I would like to put on 1 site 2 galleries or to make some sections of texts between the videos, but when inserting second gallery the first streches to full site width. How to solve it?

    Below sample page:
    https://dededo.studio/sample-page/

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

Viewing 3 replies - 1 through 3 (of 3 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 22992

    .TS_VGallery_effect-container .TS_VGallery_effect-blocks_item, .TS_VGallery_effect-container .TS_VGallery_effect-block{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    width: 100% !important;
    height: 100%!important;
    }

    Please edit the code and write like this.

    Plugin Author totalsoft

    (@totalsoft)

    TS_VGallery_effect-container .TS_VGallery_effect-blocks_item, .TS_VGallery_effect-container .TS_VGallery_effect-block{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    width: 100%;
    height: 100%!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)

    Hello,

    thank you it works well but how to make the space between them bigger?

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

The topic ‘2 galleries on site’ is closed to new replies.