By david.bruehlmeier@sozialinfo.ch on Saturday, 17 June 2017
Posted in General
Likes 0
Views 885
Votes 0
In the mobile view the login layout overlaps with the timeline. How and where can I adjust the size of the login layout? See the screenshot
Thank you for advise
Martin
Hi Martin,

This issue is coming from our side and we will fix it in the next release. In the meantime I have applied the CSS in your template custom.css as below:-


.com_easysocial #es .echo-slider {
min-height: 850px;
height: auto;
}

@media (max-width: 767px) {
.com_easysocial #es .echo-slider {
padding-top: 100px;
padding-bottom: 100px;
}
}


It should be displaying correctly now. Please have a look, thanks.
·
Monday, 19 June 2017 13:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Eugene, Great. Thank you for the fast Response.
Martin
·
Monday, 19 June 2017 19:57
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Martin, glad that your issues are resolved now
·
Monday, 19 June 2017 22:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post