Okay
  Public Ticket #2625277
Change Team Member Meta orientation
Closed

Comments

  • Ricardo started the conversation

    Hello!

    Is it possible to change the Meta Below to Side? So the image will be on the left while all the other content as Name, Job, Description and Links are on the right side of the member photo?
    (I've attached a picture to show the example)

    Thanks for your time!

  •  8,849
    Tahir replied

    Hey,
    Please provide the page URL so I may write up the custom CSS for this request.
    Thanks


    ThemeNectar Support Team 

  •  8,849
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .team-member img {
        float: left;
        padding-right: 10px;
    }

    Thanks


    ThemeNectar Support Team 

  • Ricardo replied

    ah, it works like charm!!

    thank you so much for your help!

    have a great day! :)