Hi, I have tried numerous times to change the alignment of an image of a teammember to the left;
i copied this code in the quick css area but nothing happens.
I also cleared my browser history and browser cashe..nothing helps
.avia-team-img-container img { float: left;
}
.avia-team-member { text-align: left;
}
.team-member-description { text-align: left;
}
Hi vonweiler!
Please try adding following code to Quick CSS
.team-img-container img { float: left !important; }
Regards,
Yigit
Hi Yigit,
Thanks for the quick reply.
But this also has no effect.
best
godert
Hey!
Please try adding the code to Custom.css file inside Enfold/css folder. Please also post all custom CSS code using – http://pastebin.com/
Cheers!
Yigit
Yes! that’s the trick!
Thanks