Okay
  Public Ticket #1231016
Full Bio not showing in Full screen modal
Closed

Comments

  •  6
    ida started the conversation

    We’re using the team member full screen modal, and if we view it on a smaller screen (13” or iPad) and the bio has a bit more text, it cuts off the bio text top and bottom and you can’t scroll to read it. Can you look at this for the next updated or has it been looked at?

    Many thanks

  •  9,012
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  •   ida replied privately
  •  9,012
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 690px) {
        .nectar_team_member_overlay .team_member_details {
            top:0px!important;
            transform: none !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  6
    ida replied

    Hi Again,

    Thanks for the quick reply :)

    I added the code but nothing changed


    Kind regards,

    Ida

  •  9,012
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1025px) {
        .nectar_team_member_overlay {
            overflow-y: scroll;
        }
        .nectar_team_member_overlay .team_member_details {
            top: 0!important;
            transform: none !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  6
    ida replied

    Hi again,

    I changed the max-width to 1300px and it works, is that fine to do?
    The image doesn't look to scale with it but it's a good enough compromise for now, thanks for the help :)

  •  9,012
    Tahir replied

    Yes thats fine .

    Be.st 


    ThemeNectar Support Team