Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2104813
Team section
Closed

Comments

  • A3user started the conversation

    Hi, I am building this website https://arosemenaburbanoyasociados.com and there is a problem I am having in one of the sections. In https://arosemenaburbanoyasociados.com/abogados/ when viewed in a mobile, the mail from the member and president Flavio Arosemena gets cut at the end and it goes beyond the grey background. Is there a way to break the mail into 2 lines so that it can be read completely and does not go beyond the background? Is there some kind of solution for this?

  •  4,774
    Michael replied

    HI!

    pls. use following css:

    @media(max-width:500px){
    .team-person-email {
        width: 280px;
        word-break: break-all;
    }}
    5110651633.png
  • A3user replied

    Thanks Michael, that fixed it!

  •  4,774
    Michael replied

    You're welcome!

  • A3user replied

    Hi Michael, I got a new update of your theme but I don't know if I can update it without messing up my site. There is a message saying: "Please Note: Any customizations you have made to theme files will be lost. Please consider using child themes for modifications."

    For example, will this change on the CSS of the Team members be lost if I update the theme? What would be the benefit of me updating the theme? are there more tools now to create more sections or change current ones?

  •  4,774
    Michael replied

    HI!

    Changes that you could make to the main theme code will be deleted. All other changes will be saved on your site.

  • A3user replied

    what do you mean "main theme code"? did that change you helped me with in the team section will be lost?

  •  4,774
    Michael replied

    Have you modified the theme files? If not, there should be no problem.

    9887942939.png