Okay
  Public Ticket #2320223
Team member meta
Closed

Comments

  • Vladan started the conversation

    How can I rearrange meta for speakers, so that first thing will be their name, and then bellow their job position?

  •  8,992
    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):

    .team-meta {
        display: flex;
        flex-direction: column-reverse;
    }
    .nectar-cta[data-alignment="left"] {
        margin-top: -20px;
        margin-bottom: 10px;
    }

    Thanks


    ThemeNectar Support Team