Okay
  Public Ticket #2354907
Team Member
Closed

Comments

  • Steve started the conversation

    TEAM MEMBER SETTINGS
    Meta Below, Full Bio Shown in Modal, Bio Image:large with a portrait aspect ratio - will be shown at the full screen height at 50% of the page width.

    I would LOVE to be able to play with the widths, instead of 50% and 50%, I 'd lik ethe flexibility of setting 1/3 and 2/3 or 1/4 and 3/4.

  •  8,991
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  •   Steve replied privately
  •  8,991
    Tahir replied

    Hey Again,

    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):

    /* 1/3 and 2/3  */
    .nectar_team_member_overlay .team_member_details {
        width: 33.33% !important;
    }
    .nectar_team_member_overlay .team_member_picture {
        width: 66.66% !important;
    }
    /*  1/4 and 3/4. */
    .nectar_team_member_overlay .team_member_details {
        width: 25% !important;
    }
    .nectar_team_member_overlay .team_member_picture {
        width: 75% !important;
    }

    Thanks


    ThemeNectar Support Team 

  •   Steve replied privately
  •  8,991
    Tahir replied

    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):

    .nectar_team_member_overlay .team_member_details {
        padding: 3% !important;
    }

    Thanks


    ThemeNectar Support Team