Our Team Module

edited January 2020 in BeBuilder
Two questions on the Our Team Module:
1. How do I center the text under the photo?
2. When in mobile, it stacks every single photo...how can I display in a 3 column grid on mobile too?


Comments

  • Hello,
    1) Please paste that CSS into the Theme Options > Custom CSS & JS > CSS
    .team .desc_wrapper{
    text-align: center;
    }

    .team .desc_wrapper hr{
    margin-left:30%;
    }

    2) Sorry, but this will be not possible - BeTheme by the default is made to display single row on mobile.
    Thanks
Sign In or Register to comment.