• Resolved souvikbiswassxcs

    (@souvikbiswassxcs)


    Hi,
    currently when i enable the rotate on hover for avatars, I can rotate it for 45 degs only clockwise. How can I set the direction and degrees of rotation that I need

Viewing 1 replies (of 1 total)
  • Hello @souvikbiswassxcs,

    Thank you for reaching out to us!
    This is the CSS code that makes the avatar rotate:

    
    .saboxplugin-wrap .saboxplugin-gravatar img:hover {
    
        transform: rotate(45deg);
    
    }

    To change the degrees increase or decrease 45deg.
    If you add a negative value, for example: -45deg, it will rotate counterclockwise.

    You will need to add the changed code in Appearance > Customize > Additional CSS.

    All the best,
    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘Rotation Angle for avatar image’ is closed to new replies.