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
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
Hey Yigit,
thank you very much – that worked out very well!
Best regards
Jonna