Okay
  Public Ticket #326226
Problems with author bio
Closed

Comments

  • Ruben started the conversation

    Hi!

    I'm having some problems with author bio on my blog posts.

    I have set "Standard Blog With Sidebar", and on single post i have deactivated the sidebar, for get a full-width post.

    The problem is that when i activate the author bio, it only occupies about a 80 percent on screen, on desktop version. When I switch to a mobile version, the container doesn't get responsive size and text of author bio goes out of screen.

    You can see it in any of my posts on the blog: http://www.innovacreacion.com/

    Regards

  •  8,844
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .single #post-area.span_12 #author-info {
        width: 100% !important;
    }
    Thanks 


    ThemeNectar Support Team 

  • Ruben replied

    Hi Tahir

    It worked perfectly, thank you ;)