Thread Starter
DrCath
(@drcath)
ok, found the path to the team.
Just the problem with the different browsers.
here the website:
http://escaribbean.com
Thanks!
Hi DrCath,
what do you mean it doesn’t upload well on Chrome?
Thanks,
Cristian.
if i press the left button, it reloads the page. is that what you’d like??
Could you please let me know the version of Chrome you’re running? It looks like Chrome 51 has some bugs.
any chance to make the names under the team pics, in two lines?
I would love to add the titles of the team.
Hello @treckdesign,
Can you please send a screenshot with what you’d want to achieve?
Meanwhile, you could try some CSS to narrow the name title, but I don’t think this is a reasonably good solution:
.mt-team-member-name{
width: 130px;
margin: auto;
}
Best regards
Thanks Ion, should look like in this PNG, which I build in phsp.
https://www.dropbox.com/s/uezfdymaq3wsltc/team_twolines.png?dl=0
Thread Starter
DrCath
(@drcath)
Thread Starter
DrCath
(@drcath)
The Chrome version I use is:
Version 51.0.2704.84 (64-bit)
Thanks
Hello @drcath,
It seems like you need to re-save some of the fields so they appear when you are not logged in the dashboard, as well.
When you see no text in the buttons, for example, it means that you need to locate the field in Appearances > Customize and save the text again.
@treckdesign, you could use something like this workaround go make another line for the name.
First use this to make the new line: & # 1 0 ; (no-space between the characters)
Meanwhile, use this CSS to make the line appear:
.mt-team-member-name{
white-space: pre-warp;
}
Let me know if you got it alright.
Regards