Hi Mirel-a,
To change the css for what shows on the front-end, you must find the css file:
wp-content >> plugins >> easy-team-manager >> css >> style.css
Hi there
I am just in the process of adding several team sections to a website. Is there a way to easily reduce the size of the sections.
Ali.dolphin,
Which sections are you referring to?
The width? The height?
The height.
I am trying to also centralise the profile views as well – cheers
change this value:
.team_member_wrap {
height: 340px !important;
}
if that does not help, you may need to go into the php file and change the markup to something like:
<div class="team_profile_wrap" style=" height:355px !important; border-color:;">
————-
Center the profile photo use this css:
.team_profile_pic{text-align: center !important;}
if that does not help, you may need to change the markup to look something like this:
<div class="team_profile_pic" style=" background:url(http://www.yourwebsite.com/wp-content/uploads/easy_team_manager/yourphoto.png) no-repeat center center transparent;
">
Hope this helps.
Hi There
I am still having issues.
I have attached the link below to my current site where you can see the issue I am having.
http://a.cjshort.co.uk/
Any suggestions?
Hi ali.dolphin,
I cannot see the page you have linked because it is password protected.