Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1314681
    fkesler
    Participant

    Hi,
    I’m using the Ethos stack and am trying to use the Author shortcode. However, when I do, it pulls in a random font (not the typical font from my site settings) and it adds line breaks mid-word in order to make every line exactly the same length. I can change the fond using the Style css but I can’t figure out how to get the mid-word line breaks to go away.

    #1314857
    Jade
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1314858
    Jade
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1335382
    fkesler
    Participant

    Sorry I took so long to reply. I actually forgot about this until I added the shortcode to another post. Here’s a post with the author shortcode where you can see what I’m talking about.

    6 Things You Need to Do to Get Started as a Freelance Writer

    I was able to change the font in the shortcode so it matches my site. But the line breaks in the “About the Author” section at the to bottom of the post are mid-word.

    #1335661
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    .x-author-box .p-author {
        line-height: 1.3em;
        word-break: break-word;
    }

    Hope this helps.

    #1341965
    fkesler
    Participant

    That did it. Thanks.

    #1342021
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1314681 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>