Okay
  Public Ticket #4108386
Team Member Meta Below Bio Modal
Open

Comments

  •  2
    Boost87 started the conversation

    Hi. I use the Team Meamber Tool with the setting "Meta Below / Bio Modal. Is it possible to show the modal image on mobile phones? Actually i only see the text but the nice image is hidden an mobile phones. Thanks

  •  9,339
    Tahir replied

    Hey Again,

    Thanks for reaching out! .

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        .nectar_team_member_overlay .team_member_picture {
            display: block !important;
            width: 100% !important;
        }
    
        .nectar_team_member_overlay .inner-wrap {
            flex-direction: column-reverse !important;
        }
    }
    
    

    Thanks

     

     


     Salient Support Team 


  •  2
    Boost87 replied

    Thanks for the quick reply. Now I can only see the image as a full screen on the display but can no longer scroll and can no longer see the text.

  •  9,339
    Tahir replied

    Please use this revised CSS:

    @media only screen and (max-width: 690px) {
        .nectar_team_member_overlay .team_member_picture {
            display: block !important;
            width: 100% !important;
            position: relative !important;
        }
    
        .nectar_team_member_overlay .inner-wrap {
            flex-direction: column-reverse !important;
        }
    }

    Thanks


     Salient Support Team 


  •  2
    Boost87 replied

    Great, thank you. It looks good like this. One last question. Is it possible that the image does not stay at the top but disappears when scrolling up with the text?

    Sorry for so many requests but I don't know CSS myself and am always surprised what you can do with it.

  •  9,339
    Tahir replied

    I am afraid thats not possible, however we can reduce the height of the image and its internal positioning if needed.


     Salient Support Team 


  •   Boost87 replied privately
  •  324
    Noah replied

    Hi there,

    I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest.

    If you've enjoyed Salient, be sure to check out Nectarblocks, our latest innovation for building websites visually with WordPress.

    Your feedback is valuable to us and greatly appreciated!

    Should you have any further questions or encounter any difficulties along the way, please don't hesitate to reach out. 

    Best regards,

     

    Salient Support