Okay
  Public Ticket #1350751
Bio Fullscreen Modal
Closed

Comments

  • designish started the conversation

    Hi ThemeNectar!

    I am wondering if you can help me. Is there anyway to change the layout of the Bio Shows Fullscreen Modal pop-up. Presently the image takes up half the screen and the Biography itself takes up the other half. Is there any way to make the image less prominent, say a third of the full screen width and the biography to take up two thirds?

    You can find my use of this here: http://www.terracritica-journal.net/people/

    Thanks so much for any help!

  •  9,016
    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 (min-width: 1000px) {
        .nectar_team_member_overlay .team_member_picture {
            width: 33.33% !important;
        }
        .nectar_team_member_overlay .team_member_details {
            width: 66.66% !important;
        }
    }

    Thanks


    ThemeNectar Support Team