Comments Todd started the conversationSeptember 30, 2015 at 9:04amThe author's information on blog posts gets cut off on mobile platforms. I was browsing the user forums at ThemeForest and found this CSS to add:@media only screen and (min-width: 470px) and (max-width: 660px) {body #author-bio #author-info { padding-left: 24px!important; width: 344px!important;}}@media only screen and (max-width: 470px) {body #author-bio #author-info { padding-left: 24px!important; width: 230px!important;}}But now it places the author's image over the text. Any ideas? 8,990Tahir repliedOctober 1, 2015 at 9:43pmHey ,See screenshot: http://prntscr.com/8mm5py . Its the padding thats causing the issue. Please remove it. Thanks ThemeNectar Support Team Sign in to reply ...
The author's information on blog posts gets cut off on mobile platforms. I was browsing the user forums at ThemeForest and found this CSS to add:
@media only screen and (min-width: 470px) and (max-width: 660px) {
body #author-bio #author-info {
padding-left: 24px!important;
width: 344px!important;
}
}
@media only screen and (max-width: 470px) {
body #author-bio #author-info {
padding-left: 24px!important;
width: 230px!important;
}
}
But now it places the author's image over the text. Any ideas?
Hey ,
See screenshot: http://prntscr.com/8mm5py . Its the padding thats causing the issue. Please remove it.
Thanks
ThemeNectar Support Team