By Robert on Wednesday, 14 October 2015
Posted in Wanderers
Replies 5
Likes 0
Views 882
Votes 0
Hello again, in my video page the video items are located in the bottom of the page leaving a big gap from the video header page. Same goes for the blog and kunena app in user's profile. Fresh installed of the template. No customization.
Hey Robert,

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

I've temporary applied some css fix in your custom.css file, it should work fine now.
body div#fd.es .es-container .es-content {
display: table-cell;
width: 820px !important;
}


By the way, I will consult with our designer regarding this styling issue.
·
Wednesday, 14 October 2015 11:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex, the issues are still there for video page and the apps in user's profile. please advise.

Thanks
·
Wednesday, 14 October 2015 18:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Robert,

Can you add the following block of css codes into the template's css file?


body div#fd.es .view-profile .es-content,
body div#fd.es .es-videos .es-content {
display: table-cell;
width: 70% !important;
}


This will be fixed on the next wanderers update.
·
Wednesday, 14 October 2015 20:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark, I will try that when I get home tonight and then give you an update.
·
Wednesday, 14 October 2015 21:05
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem
·
Wednesday, 14 October 2015 21:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post