• Resolved drakeblogs

    (@drakeblogs)


    Nice plugin, but I only want my bio to go the width of my text which is 1080px. How do I change that.

    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @drakeblogs,

    Thank you for reaching out to us!
    Do you want to whole author box to be the size of your text?
    If yes, then please give the following code a try:

    .saboxplugin-wrap {
        width: 80%;
        margin: 0 auto;
        max-width: 1080px;
    }

    Make sure to add it in Appearance > Customize > Additional CSS.

    Please let me know if that was not what you wanted!

    All the best,
    Mihaela

    • This reply was modified 6 years, 9 months ago by Miha.
    • This reply was modified 6 years, 9 months ago by Miha.
    • This reply was modified 6 years, 9 months ago by Miha.
    Thread Starter drakeblogs

    (@drakeblogs)

    Perfect – thanks so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change width of bio’ is closed to new replies.