Hello team,
Is there a way to get the picture member flushed left?
Thank you,
Frederic
Hey Frederic!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
img.avia_image.avia_image_team {
float: left !important;
}
and post the link to your website if that does not work
Regards,
Yigit
you guys are amazing.
What if I want to make that part of the normal CSS? Do I just paste in the the custom CSS file?
Thank you