StackIdeas
Too small picture in module on mobile phone.
By
何信孟
on Friday, 30 June 2017
Posted in
General
Replies
3
Likes
0
Views
195
Votes
0
Too small picture on post cover in latest module when watch in mobile phone like the attached file
Hi there,
Can you try to apply css code below on custom.css files and see how it goes.
@media (max-width:768px)
{
.echo #eb.is-mobile .eb-mod-thumb.is-center {
width: 100% !important;
}
}
Abdul Warith Norudin
·
Friday, 30 June 2017 11:48
·
0 Likes
·
0 Votes
·
0 Comments
·
#346959
The problem is settled down,tsk.
何信孟
·
Saturday, 01 July 2017 21:18
·
0 Likes
·
0 Votes
·
0 Comments
·
#347198
Thanks for updating, glad that your issue is resolved now. Have a great weekend!
Mark
·
Saturday, 01 July 2017 23:14
·
0 Likes
·
0 Votes
·
0 Comments
·
#347206
View Full Post