By Mel on Thursday, 20 December 2018
Posted in General Issues
Likes 0
Views 494
Votes 0
Hi,

I want to display the latest videos in a side module position. However it doesn't look right - the video details i.e. username and category etc. look broken.

Is there any way to get the module to display like it does in Easysocial sidebars? Or at least correct this layout?

Kind regards

Mel
Hi Mel,

It appears that there is a conflict with the template's css styling.

Can you try applying the custom css below and see how it goes?

.sp-module .mod-es-videos ul > li > a::before {
content: unset;
}

.sp-module .mod-es-videos ul > li > a {
display: inline-block;
line-height: initial;
}

.sp-module .mod-es-videos ul > li {
border-bottom: 0;
}
The styling should look something like this: http://take.ms/GmLAO
·
Friday, 21 December 2018 12:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Raymond,

sorry for delay responding I was waiting for a notification but it didn't come (possibly me missed a box to tick to receive notification when someone posts a reply. Works perfectly
Mel
·
Friday, 21 December 2018 21:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Friday, 21 December 2018 22:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post