Okay
  Public Ticket #1761554
Team Member Bio Modal
Closed

Comments

  • Bruno started the conversation

    Hello,

    So the Team Member on the Bio Fullscreen Modal Style, the 2nd image on the right inside the modal doesnt appear on mobile... why? Can you help me in order to make this 2nd image on mobile visible?

    thank you!

  •  8,998
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Bruno replied privately
  •  8,998
    Tahir replied

    - Yes that is by Design:

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        .nectar_team_member_overlay .team_member_details {
            width: 50%;
        }
        .nectar_team_member_overlay .team_member_picture {
            display: block !important;
        }
        .nectar_team_member_overlay .team_member_details h2 {
            font-size: 25px !important;
            line-height: 28px !important;
        }
    

    - You can adjust the overlay using the below css. Though make sure to remove the display none for it to work .

    .team-member[data-style="bio_fullscreen"] .team-member-overlay {
        background: rgba(227, 0, 14, 0.6) !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Bruno replied

    Hello,

    hey that works!! thank you

    is it possible (on mobile) to move the image under the text instead?
    This solution works but would be better to have the image in landscape.

    Thanks Tahir

  •  8,998
    Tahir replied

    Hey Again, Hope you had a Great Weekend, 

    Unfortunately thats not possible at the moment. 

    Best 


    ThemeNectar Support Team 

  • Bruno replied

    ok thank you anyway