Okay
  Public Ticket #542736
Author's name/info cut off on mobile site
Closed

Comments

  • Todd started the conversation

    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?


  •  8,990
    Tahir replied

    Hey ,

    See screenshot: http://prntscr.com/8mm5py . Its the padding thats causing the issue. Please remove it.

    Thanks


    ThemeNectar Support Team