Hello,
I visited your link in h3 tag it get a margin bottom 65 from your theme. Also h3 text align center.
.page-section .page-no-subtitle h3:first-child {
margin-bottom: 65px;
}
I think no need to remove h3 tag you can mange it from css write css in your theme css or see my plugin has custom css option you can write there.
If still can not fix please let me know.
Thanks
Mamun
Good Morning Mamum
Thank you very much for you immediate response.
I could to both: reduce the margin bottom and make h3 text align left.
But how is it possible to change this only “within” the plugin/widget? Now, all h3 is align left and smaller margin bottom, you can see it at the page.
Thank you and a happy new year!
Good Morning,
Please use this then it will effect only team. add (.tlp-team) before the class
.tlp-team .page-section .page-no-subtitle h3:first-child {
margin-bottom: 0px;
text-align: left;
}
I think this will solve.
Thanks too and Happy New Year!!
Hi,
unfortunately, this doesn’t work.
With this code, h3 is still everywhere center and margin=65 🙁
What else could I try?
Try this this should work I tested by Firebug.
.tlp-layout-2 .tplmember h3 {
padding: 5px 10px 0px 0px !important;
line-height: 28px;
margin-bottom: 10px !important;
text-align: left !important;
}
Let me know status.
Seems to work perfectly fine.
May I ask you one more thing? How would it be possible to change the layout of the “designation”-line?
I tested a few team member plugins yesterday. Yours is definitively my favorite one – not only because of the excellent support!
thank you 😀
What you want to change in Designation line?
Can you please tell me?
Thanks
Actually, I don’t know yet. But maybe I’d like to have it bold
Please try this css
.tlp-team .designation{ font-weight:bold;}