• Resolved raisingt

    (@raisingt)


    I love the author box. But I know I’m getting really nit-picky about the line breaks for the author meta. What I want is for it to look like this:

    Emily Martin
    Author & Founder at Raising the Saints
    email – website – posts – etc

    Instead, it’s putting everything on one line (if I shorten my title & remove email address view) or breaking up the company name. Is there any way I can fix this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Molongui

    (@molongui)

    Hi @raisingt,

    Thanks for reaching out! To achieve the display you want, you can use the following custom CSS snippet:

    .m-a-box-meta-divider::before {
    content: "\A";
    }

    .m-a-box-meta-divider:nth-child(4) {
    font-size: 0;
    }

    Here’s how to add it:

    1. Go to Authors > Settings > Advanced.
    2. Find the Custom CSS panel.
    3. Paste the snippet above and Save Settings.
    4. You may also need to clear any cache you have.

    We recognize this isn’t the most elegant solution, so we’re planning to add a PHP hook in a future release to let you control the meta separator before each item.

    Please let us know if this helps!

    Plugin Author Molongui

    (@molongui)

    Hi,

    Since we haven’t received a response from you in over a week, we are going to close this ticket. We hope that the provided solution works for you. If you still need assistance, please feel free to reopen this ticket, and we’ll be happy to help.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.