Please, the texts are not aligned to pictures when I use the team member shortcode to insert management staffs.
Please, how can I align the texts to the picture? I did not see that option in the team member short code
Hey!
Thank you for using our theme.
The image is centered above the text.
As the image is smaller than the width of the text container the only possibility you have is to float the image to left:
.avia_image.avia_image_team {
float: left !important;
}
If you want this only on the given page:
.page-id-21 .avia_image.avia_image_team {
float: left !important;
}
Put the code in custom.css or Enfold->Styles->QuickCSS field.
Cheers!
Günter
Hey!
Yes, it will be overwritten in parent theme. Using the child theme is the recommended way. Or using QuickCSS field.
As the containers are responsive, there is always a problem to have a ‘correct’ size. Best will be to have the image floating to left.
Defined image sizes you find in functions.php line 92ff.
Regards,
Günter
Thank you so much. Your support is excellent.
One more question: How can I prevent an image from glowing when a mouse is placed over it?
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-team-member .team-social { background: transparent; }
Regards,
Yigit
Hi!
Please add following code to Quick CSS as well
.home #tab-id-2-container .image-overlay {
display: none!important;
}
.home #tab-id-2-container .column-top-margin {
margin-top: 0!important;
}
Best regards,
Yigit