By serge on Friday, 04 August 2017
Posted in Technical Issues
Likes 0
Views 687
Votes 0
Hello team, after updating to the latest version of the EasyBlog, the layout of the recent post on the main page of my site is no more responsive. It is squeezed when displayed on the mobile devices or if you change the width of the browser window.

You can see it no my live site: https://aramis-paris.com

Please first test the solution on the test site:
And you can test it on my test site: https://aramis-paris.com/test2

Best regards.
Hi Serge,

We may need to investigate your live site directly because I could not replicate the issue on your test site(http://take.ms/tCKJY).

Can you also try disabling the JCH Optimize plugin then clear the cache and see if the issue persists as I suspect the plugin may be compressing the html content(http://take.ms/Ynm8i).
·
Friday, 04 August 2017 11:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, disabling of JCH Optimize does not help on the live site.

Is the module Latest blogs is intended to be displayed in vertical layout when it is displayed on the mobile devices? Or it is up to me to add some custom css? What can be such custom css adding?

Best regards.
·
Friday, 04 August 2017 17:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Serge,

The module is not supposed to be display in vertical layout for mobile device. It seems this is an issue on your live site only and I could not provide you a solid answer without doing further investigation.

Can you provide us your backend and ftp access to the live site so we can investigate this more efficiently? Thanks.
·
Friday, 04 August 2017 17:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond, it's ok I found a solution, I added this code to my custom.css file:

@media (min-width:220px) and (max-width:980px) {
#eb .mod-items-grid>.mod-grid {
width: 100% !important;
}
}

Best regards.
·
Friday, 04 August 2017 18:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Serge,

Alright then. Glad to know you managed to solve the issue.

Regards.
·
Friday, 04 August 2017 20:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post