I'd like to make the avatar pictures on the 'users' (castingandextras.co.uk/sn/users) page doubled in size.
I've tried editing the css file base.css in the relevant theme (/public_html/sn/ow_themes/origin)
Specifically I've edited the line from:
.ow_user_list_picture img{
width: 40px;
height: 40px;
to
.ow_user_list_picture img{
width: 80px;
height: 80px;
and also tried clearing the cache
/public_html/sn/ow_smarty/template_c
But the pictures remain the same size!
Am I editing the wrong thing?