• Resolved Brisch

    (@brisch)


    Hello Support,

    The plugin does nor show the pictures of the team members when the width of the whole page is more than 1000px. What is happening there, how to solve this?

    Thanks, Brisch

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

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

    (@spwebguy)

    Hello,

    You have custom CSS code that’s hiding the pictures.

    .tmm .tmm_container .tmm_member .tmm_photo {
        border-radius: 0 !important;
        padding-bottom: 0;
    }

    If you remove padding-bottom: 0; everything should work as expected.

    Hope this helps.

    Thread Starter Brisch

    (@brisch)

    Thanks a lot, worked!
    The code is part of the theme, I informed Cryout Creations about that bug.

    Blessings, Brisch

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No pictures when the width is more than 1000px’ is closed to new replies.