• Resolved atkoehler

    (@atkoehler)


    I have created an example page https://www.ncwsa.com/staff/

    When the “about” tab is selected for the author box the picture is not displayed in the correct spot. However, when you select the recent posts tab the picture shifts down to the correct location.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Calin Vingan

    (@calinvingan)

    Hi,

    I see that the theme is changing the image position in Starbox.

    Add this CSS in you theme:

    .abh_tab_content .abh_image img{
    left: auto !important;
    top: auto !important;
    }

    and it should work.

    Best regards,
    Calin

    Thread Starter atkoehler

    (@atkoehler)

    Thank you. I also added a min-height to the description so that photos are properly displayed/spaced when authors do not have a bio.

    This was one of the caveats I had before purchasing. I am now strongly considering purchasing the pro version for our website.

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Author Photo Not Displaying In Correct Location’ is closed to new replies.