• Resolved halfsparkle

    (@halfsparkle)


    Site: https://www.tfltruck.com/

    I have a row of videos along the bottom of the page. The gallery is set to have 5 videos per page, with 5 columns, but if you look at that section on a resolution over about 1300 px wide, there’s empty space to the right of the videos. The width appears to be set correctly with the native MG CSS. If I examine the style on the video’s parent li element, it shows a max-width of 18.4% and a margin: right of 2%, which should take up the whole of that space evenly.

    I haven’t written any CSS to override what’s in MaxGalleria, apart from removing some padding and a border. I’m confused. This doesn’t seem to be working the way the settings indicate that it should.

    https://www.ads-software.com/plugins/maxgalleria/

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

    (@alanp57)

    halfsparkle,

    Perhaps something at your site is affecting the CSS. It would help if you can add the following to your style.css:

    .mg-video-tiles .mg-thumbs.mg-fivecol ul li {
      width: 18%;
    }
    .mg-video-tiles img {
      width: 100%;
    }

    If these line get loaded last (after video-title.css) then they should fix the problem.

    If this solves your issue thanks in advance for marking this thread as ‘Resolved’ so we know your question has been answered and for giving us and our plugin a rating at Maxgalleria Reviews

    Alan

    Thread Starter halfsparkle

    (@halfsparkle)

    That worked!! Thank you so much!

    Thread Starter halfsparkle

    (@halfsparkle)

    Marked as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Video columns not matching content’ is closed to new replies.