Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1420706

    Hi,

    I have seen that the social media icons of team members are cut in the mobile version. Why?

    Thank you!

    #1420744

    Hey ijnavas,

    Thank you for the inquiry.

    Did you add any css modifications? It is possible that one of the modifications is causing the problem. Please provide the site URL in the private field so that we can check the issue.

    Best regards,
    Ismael

    #1420812

    Hi,

    Here you are!

    #1420821

    Hi,

    Thanks for that. I can’t see a Team Member element on the page you linked to though, could you link directly to where we can see the problem please?

    Best regards,
    Rikard

    #1420838

    Sorry!

    Try it now!

    #1420853

    Hi,

    Thank you for the update.

    We could change the team member image to a square shape instead of round on smaller screens to create more space for the social icons.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .team-img-container {
        border-radius: 0;
      }
    }
    

    Please check the screenshot in the private field.

    Best regards,
    Ismael

    #1420904

    That’s ok!

    But in the screenshot one icon is missing. And, in my mobile, two icons.

    #1421042

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 989px) { 
    	.team-social-inner {
    		top: 25%;
    	}
    	.responsive.av-no-preview #top .avia-team-member .team-social {
    		height: 100px;
    	}
    }

    the expected results:
    Enfold_Support_3557.jpeg

    Best regards,
    Mike

    #1421184

    Hi Mike,
    It appears rounded, not square shape. Is it ok?

    #1421190

    Hi,
    Sorry I’m not sure what you mean, are you seeing the same as in my screenshot above? What part is rounded? Perhaps including a screenshot would help.

    Best regards,
    Mike

    #1421643

    Here you are!
    Thank you!

    #1421683

    Hi,
    Originally I didn’t see this, but today I do, I think that you have added the border radius in the team member style tab, please check and remove the numbers from the boxes:
    Enfold_Support_3570.jpeg

    Best regards,
    Mike

    #1422220

    Hi Mike,
    No, I haven’t.
    Check the screenshot, please.

    #1422226

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-team-member .team-img-container {
    	border-radius: 0;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.