Guys,
Next and hopely last issue.
When I create a team meber the image will align in the center instead of to the left. This look weird when the text underneath is aligned to the left.
Can somebody please give me the quick css for this?
Thank you
Hey tomerus!
Can you post the link to your website please so we can inspect elements on it?
Cheers!
Yigit
Hi
I have the same issue. I want to align the photo left but there is no option to do that.
http://www.lookbackgoose.com/wordpressaboutus/
Thanks
Pat
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.team-img-container img { float: left; }
Cheers!
Yigit
Thanks, I’ll give it a try!
I copied it directly from your text above and inserted it in the Quick CSS in the theme under styling, no changes. Still have the same problem
Hi!
It seems like code is not being applied. You can try adding !important to the same code to force it
.team-img-container img { float: left!important; }
You can try to add the code to Custom.css file inside Enfold/css folder if still does not work
Best regards,
Yigit
ok so that didn’t work either .I’ll try the custom.css file
Hey!
If that does not work as well, please create a temporary admin login and post it here privately so we can take a look
Cheers!
Yigit
Were you able to resolve this issue? I have the same problem Thanks!