mobile theme meta info not inline

Posted in: Newspaper
Post count: 53

Hi,

Please check here -https://prnt.sc/245dzvp

I am using the Tech news demo and found that the date is not inline in the class=”td-module-meta-info” in the author line. Please also take care that is should not go outside the screen wide, it should break words if date is longer.

2nd how to show author image in mobile theme like – beebom.com

Thanks

Post count: 35449

Hi Lalit,
In your case the date can not be inline with the author because those are bigger then the allocate width and will go outside the screen. Also, since are two different elements you can not brake the date, but you can use a custom css, like this one:
.td-post-date .entry-date{
word-break: break-all;
}
header .td-module-meta-info .td-post-date{
display: inline;
}

This code need to be set in the theme panel > mobile theme> custom code> css.
Unfortunately, then mobile theme do not have any option to display the author image, to do this will more efficient to make a mobile page template -> https://prnt.sc/246r6f1 in this way you can display the author image and also you can adjust the design for author and date.
Thank you for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.