• roseatlas

    (@roseatlas)


    Hello,

    I am having some troubles with this plugin. I am using the theme Kale for my new blog and I installed Meks Smart Author plugin, but I doesn’t look the same as on other websites. I would love to have the round avatar in the box. Can someone please help me with this?

    I really appreciate it.

    Rose

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Meks

    (@mekshq)

    Hi,

    It is because of the theme specific styling. However, you can add this piece of CSS code in customizer and you will get rounded image:

    
    .mks_author_widget img{
      -webkit-border-radius: 50%; 
      -moz-border-radius: 50%;
      border-radius: 50%;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Round avatar in stead of square’ is closed to new replies.