Hi, how can I reduce the size of the image? Entering the measures in the highlighted form nothing happens …
Thank you
This topic has 2 replies, 2 voices, and was last updated 5 years, 7 months ago ago by Rose Tyler
Hi, how can I reduce the size of the image? Entering the measures in the highlighted form nothing happens …
Thank you
Hello,
You can change the width of the element here – http://prntscr.com/sir9pi or change the layout of the section http://prntscr.com/sira1o There are no options to make the left side with the image bigger or smaller than right side with content.
You can try to use custom CSS code, for example – http://prntscr.com/sird37
.team-member .image-section {
max-width: 30% !important;
}
.team-member .content-section {
min-width: 70% !important;
}
Regards
The issue related to '‘Member Team Size’' has been successfully resolved, and the topic is now closed for further responses