By sky on Tuesday, 13 October 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 1K
Votes 0
I found that my easyblog article not showing 100% width in safari mobile view.

see Optional Information
Hey sky,

I am really sorry for the delay of this reply as it is actually a public day off for us here. Can you try adding the block of css codes below into your template's css file?


div.eb-share {
max-width: 100% !important;
overflow: hidden !important;
}
·
Wednesday, 14 October 2015 12:24
·
0 Likes
·
0 Votes
·
0 Comments
·
added the codes, the first load is not 100% width, but scroll down will trigger to 100% width.
sky
·
Wednesday, 14 October 2015 12:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Sky,

I just tested this on my mobile and it seems to be working fine. Not really sure how to reproduce this issue eh?
·
Wednesday, 14 October 2015 12:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post