UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

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 offline
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline

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