UPDATES EasyBlog 6.0.18 Released! Update to the latest version

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

Dashboard --> Group view issue on mobile

Marco Ficelle · ·
4:50 AM Saturday, 14 June 2014
None
Hi.

under 631px width the toolbar and sidebar changes to "mobile" layout. But the padding-left of group heading div is still there and has too much padding-left.

cause is the padding here from this css line: Look at the screenshot 1.

body div#fd.es .es-dashboard .es-container .es-content .group-heading{
padding: 0 0 0 20px;
}


I solved it in my own site by adding this: Look at my solved screenshot 2

@media (max-width:631px){
body div#fd.es .es-dashboard .es-container .es-content .group-heading{
padding: 0 0 0 0;
}
}



Nice weekend to you all
The replies under this section are restricted to logged in users or users with an active subscription with us