Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #862399

    Hi Enfold Team,
    could you help me? I would like to enlarge the distance between the team members on the mobile screen. Right now it looks as if the title of each one belongs to the person above, which is not true. I hope you can help me!
    Best regards
    Jonna

    #862617

    Hey Jonna,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 480px) {
    .avia-team-member {
        margin: 30px 0!important;
    }}
    

    Best regards,
    Yigit

    #862781

    Hey Yigit,
    thank you very much – that worked out very well!
    Best regards
    Jonna

    #862882

    Hi Jonna,

    You are welcome, we are always happy to help!
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Distance between Team members’ is closed to new replies.