Title: Mobile UI issue: zero-margin author section
Last modified: January 19, 2020

---

# Mobile UI issue: zero-margin author section

 *  Resolved [rogierpmd](https://wordpress.org/support/users/rogierpmd/)
 * (@rogierpmd)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/mobile-ui-issue-zero-margin-author-section/)
 * When you enter biographical info for the author in the WordPress dashboard, an
   author section will automatically appear at the bottom of blog posts. Unfortunately,
   this author section has **no left and right margins** when viewed **on a mobile
   screen**, causing the text area to stick to the edges of the screen. Tried it
   on 2 different mobile phones and in 2 different mobile browsers, same result.
   Hopefully this can be fixed.
 * Excellent theme! Keep up the good work!

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Jarret](https://wordpress.org/support/users/jarretc/)
 * (@jarretc)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/mobile-ui-issue-zero-margin-author-section/#post-12346325)
 * Hi, I’m not able to replicate this issue with the author bio display on a default
   install of TwentyTwenty. Are you able to provide a link to a live site where 
   you are seeing this happen?
 *  Thread Starter [rogierpmd](https://wordpress.org/support/users/rogierpmd/)
 * (@rogierpmd)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/mobile-ui-issue-zero-margin-author-section/#post-12346830)
 * Of course!
 * For example, take a look at [https://gaininggoodwill.com/banks-are-out-of-touch-with-their-clients-so-now-these-cowboys-step-in/](https://gaininggoodwill.com/banks-are-out-of-touch-with-their-clients-so-now-these-cowboys-step-in/)
 * I am also willing to provide mobile screenshots, if needed.
 *  Thread Starter [rogierpmd](https://wordpress.org/support/users/rogierpmd/)
 * (@rogierpmd)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/mobile-ui-issue-zero-margin-author-section/#post-12346886)
 * I just did some more testing.
 * I am quite positive that the issue is connected to **the theme’s cover template**,
   that I use for these blog posts. When I switch back to the default template, 
   the author section looks good on mobile.
 *  [Jarret](https://wordpress.org/support/users/jarretc/)
 * (@jarretc)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/mobile-ui-issue-zero-margin-author-section/#post-12346996)
 * Yeah, it is indeed the cover template. You can fix it with the following in Appearance-
   >Customize->Additional CSS
 *     ```
       .post-template-template-cover .post-inner .author-bio {
       	width: calc( 100% - 4rem );
       }
       ```
   
 *  Thread Starter [rogierpmd](https://wordpress.org/support/users/rogierpmd/)
 * (@rogierpmd)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/mobile-ui-issue-zero-margin-author-section/#post-12347034)
 * Excellent! Fixed.
 * Thank you for your quick response, Jarret.
 *  [Jarret](https://wordpress.org/support/users/jarretc/)
 * (@jarretc)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/mobile-ui-issue-zero-margin-author-section/#post-12347065)
 * No worries! I filed a ticket about this issue here:
 * [https://core.trac.wordpress.org/ticket/49254](https://core.trac.wordpress.org/ticket/49254)
 * So hopefully it’ll get fixed in the theme itself for everybody else

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Mobile UI issue: zero-margin author section’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentytwenty/3.1/screenshot.png)
 * Twenty Twenty
 * [Support Threads](https://wordpress.org/support/theme/twentytwenty/)
 * [Active Topics](https://wordpress.org/support/theme/twentytwenty/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentytwenty/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentytwenty/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Jarret](https://wordpress.org/support/users/jarretc/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/mobile-ui-issue-zero-margin-author-section/#post-12347065)
 * Status: resolved