By Steven M on Friday, 01 September 2017
Posted in General
Replies 10
Likes 0
Views 747
Votes 0
Hi

When my site opens on a mobile device (specifically an iPhone 6), the blog image image displayed on a "Latest Blogs module" does not extend the full width of the screen. This leaves a very narrow section of text down the right hand side of the image that does not look good.

I am wondering if there is a way of extending the image across the full width of the screen, and therefore forcing all of the text below the image - without affecting the way it looks on tables and PC?
Hey Steven,

I am really sorry for the delay of this reply as it is actually a public day off for us here. I have added the following block of css codes into /templates/rt_vermillion/css/rt_vermilion-custom.css . Can you give this a try again?

[gist]
#eb.is-mobile .eb-mod-thumb.is-left {
float: none;
}

#eb.is-mobile .eb-mod-thumb .eb-mod-image-cover {
width: 100% !important;
}
[/gist]

By the way, I love your site's design. It looks really good! I wish we could showcase it on https://stackideas.com/easyblog/showcase
·
Friday, 01 September 2017 13:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark

Thanks for the quick reply.

I have checked and unfortunately it is still appearing they way I described. I have attached a screenshot for you to see.

regards

Steve
·
Friday, 01 September 2017 15:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Unfortunately that was not possible to achieve this according the current module setting because you did set the image width to show 260px, so it will show this width size on mobile.

I already help you update to use full width from the module setting and applied following CSS code in order to cater both layout, it should work fine now, can you clear your browser cache and see how it goes?


#eb.mod_easybloglatestblogs .eb-mod-thumb {
width: 260px !important;
float: left !important;
padding-right: 8px !important;
}

@media (max-width:768px) {
#eb.mod_easybloglatestblogs .eb-mod-thumb {
width: 100% !important;
}
}
·
Friday, 01 September 2017 15:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

Thank you for your quick response

The mobile layout is now perfect, but unfortunately, it is not the way I want it on the PC. I would like the PC view to be the way it was - with the image on the left side, but when on mobile, the image to be across the page with no text on the side.

I hope that makes sense.

Many thanks

Steve
·
Friday, 01 September 2017 16:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Steve,

Perhaps you can try clear your browser cache and see how it goes?

Because it seems display correctly for me, you can check my attached screenshot below.
·
Friday, 01 September 2017 18:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex

I think this is now all fixed

regards

Steve
·
Tuesday, 05 September 2017 18:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Steven,

I am really sorry for the delay of this reply as it is actually a public day off for us here. I have added the following block of css codes into /templates/rt_vermillion/css/rt_vermilion-custom.css . Can you give this a try again?

[gist]
#eb.is-mobile .eb-mod-thumb.is-left {
float: none;
}

#eb.is-mobile .eb-mod-thumb .eb-mod-image-cover {
width: 100% !important;
}
[/gist]

By the way, I love your site's design. It looks really good! I wish we could showcase it on https://stackideas.com/easyblog/showcase


Hi Mark

If you still would like to showcase my site I would love it

regards

Steve
·
Tuesday, 05 September 2017 18:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Steve,

If you still would like to showcase my site I would love it


That's awesome. We will contact you personally on this via e-mail shortly.
·
Tuesday, 05 September 2017 18:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post