• Resolved fullarm0

    (@fullarm0)


    Just need help with adding some CSS possibly. I need to make the videos a little farther apart, they seem squeezed together. I also don’t want 4 columns, but 3. I’ve tried using the shortcode creator and it’s not working…help please!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am not saying this is the correct CSS but maybe:

    div.emd-container .panel {
    	margin-bottom: 50px !important;
    }

    Don;t know about the columns count issue.

    Plugin Author emarket-design

    (@emarket-design)

    The video is grid is designed to adjust itself based on the device screen size. In desktops, it will display 4 columns. You could target desktops by:

    div.emd-container .col-lg-3 {
    margin:20px
    }
    However, this approach may have a side effect if all the video titles are not at the same height: you might see one video per row instead of 4.

    So the best approach is to increase the content width by removing the sidebars and using a no-sidebar page template.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Padding between Videos & Set Column Numbers’ is closed to new replies.