How to close the white space "gap" above and below bio section?

Home Forums Jevelin Theme How to close the white space "gap" above and below bio section?

Home Forums Jevelin Theme How to close the white space "gap" above and below bio section?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • heatherruthcreative
    Participant

    Hi, is there a way to “close” the excessive white space above and below the text of the bio on my client’s site?  See attached screenshot…you can also view it on the website: http://www.danataft.com/yoga under “Meet” then “Bio”…

     

    Thanks!

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @heatherruthcreative,

     

    I hope you are well today and thank you for your question.

     

    You can remove that gap by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-column.sh-column-2b6e13cfa0cb4ce1ba8abb2672bebd80 {
        height: auto !Important;
        padding-top: 0;
        padding-bottom: 0;
    }

     

    Best regards,
    Shufflehound team

    heatherruthcreative
    Participant

    This worked great, thank you!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)