By Othniel Harris on Saturday, 01 July 2017
Posted in Technical Issues
Replies 3
Likes 0
Views 588
Votes 0
I am using the EasySocial Video Module, but it loads the videos in one column, multiple rows.

How can I have the videos of EasySocial Video Module display in 4 columns, multiple rows?
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Unfortunately currently that was not possible to display 4 columns into the video module at this point of time.
·
Saturday, 01 July 2017 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Has there been a solution to create a horizontal video display, for Recent Videos Module?
·
Wednesday, 10 October 2018 09:59
·
0 Likes
·
0 Votes
·
0 Comments
·
I think you can try this following CSS to achieve this.


body #es.mod-es-videos .mod-card {
display: inline-block;
width: 23%;
}
·
Wednesday, 10 October 2018 10:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post