Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Nick Powers

    (@nickpowers)

    Look at this thread and let me know if it answers your question or not:

    https://www.ads-software.com/support/topic/adding-a-space-below-the-social-author-bio-box

    Thread Starter puda

    (@puda)

    Hey Nick,

    No not the same problem. I read this thread before posting my question though ??

    I only want to know how to add a space before the author bio box and after basically. Right now it really sticks to the text. Example here: https://bit.ly/1027sqM

    See, right after my photo gallery, there is no splace before the author bio box. Same when you read “articles similaires”. No spaces. It really sticks to it.

    Thanks for your help ??

    Plugin Author Nick Powers

    (@nickpowers)

    If you remove the line float: left; from #author-bio-box it will add space to the bottom.

    for the top portion try adding this: margin-top:2cm; <- try different values to adjust the amount of space.

    Let me know if this helps.

    Nick

    Thread Starter puda

    (@puda)

    Sorry where can I do that? What file is that? social-autho-bio/social_author_bio.php ?

    Haven’t been able to find the float left. Also where do I add margin-top:2cm ?

    I am not too good when it comes to CSS.

    Thanks

    Plugin Author Nick Powers

    (@nickpowers)

    Go to your dashboard, then you will see a settings menu on the left hand sidebar that says Social Author Bio. Under that there will be a menu Avanced HTML/Style menu. In the style section you will see a section surrounding by:

    #author-bio-box
    {
    }

    Remove the float: left; line from there and add the margin-top:2cm; in there.

    Thread Starter puda

    (@puda)

    Ah! Totally worked!

    Excellent ?? I just add 10px instead of 2cm. Easier to work with ??

    Thanks a lot!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Adding a space above and below the box’ is closed to new replies.