Hi @cosmicjamie,
Sorry for the inconvenience.
Please share a screenshot of the issue with the page link to review once.
Hi Bayejid,
Thanks for getting back to me so quickly.
I’ve been using the following CSS:
.sptp-member-name-title {
text-align: left;
}
.sptp-jop-title {
text-align: left;
}
Dev link is here (I’ll remove once you’ve seen it).
-
This reply was modified 4 years, 1 month ago by
Cosmic Jamie.
You should use CSS with more priority to override the default CSS of WP Team plguin.
Kindly use the following CSS.
.sp-team .sptp-member .sptp-member-name-title {
text-align: left;
}
.sp-team .sptp-member .sptp-member-profession {
width: 100%;
}
.sp-team .sptp-member .sptp-jop-title {
text-align: left;
}
And let us know if it works or not.
That worked perfectly – thankyou!
Hi @cosmicjamie,
Nice to hear that it works perfectly.
If you like the plugin and support, share your experience in the review section.
Have a nice day!