By Peter Spiegelenburg on Saturday, 29 July 2017
Posted in General Issues
Likes 0
Views 520
Votes 0
Hello,

just a question, maybe I am missing a setting.

In the "desktop" view I can see the date a blog was created (see attachment desktop.jpg)
In the simulation of an i-pad (via Google Chrome) I am missing the avatar and the creation date (see attachment ipad-simulation.jpg)
In the real Ipad view I am also missing this information (See attachment ipad-real.jpg)

Is this samething I can change? Or is it "working as designed"?

Regards, Peter
Hello Peter,

Yep, this was actually done on purpose as we do not want to take up too much space on the side. Perhaps if you need this, you could add the block of css codes into your template's css file,

[gist]
body #eb.is-mobile .eb-post-side {
display: block;
margin-left: -30px;
margin-right: 10px;
}
[/gist]
·
Saturday, 29 July 2017 21:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

thanks for yor answer: Working as designed!

Regards, Peter
·
Tuesday, 01 August 2017 03:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 01 August 2017 10:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post