Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #189136

    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

    #189231

    Hey tomerus!

    Can you post the link to your website please so we can inspect elements on it?

    Cheers!
    Yigit

    #189547
    This reply has been marked as private.
    #189595

    Hi!

    You forgot to post the url :)

    Cheers!
    Yigit

    #194917

    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

    #194982

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .team-img-container img { float: left; }

    Cheers!
    Yigit

    #200771

    Thanks, I’ll give it a try!

    #200773

    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

    #200776

    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

    #200815

    ok so that didn’t work either .I’ll try the custom.css file

    #200843

    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

    #286584

    Were you able to resolve this issue? I have the same problem Thanks!

    #286595

    Hey!


    @candeos
    Code i posted should work. If it does not on your end, please post the link to your page

    Cheers!
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Team Member Image needs to Align Left instead of Center’ is closed to new replies.