• Resolved edcastano

    (@edcastano)


    Greetings!

    I just got your plugin and am using it to make a team member’s profile. However, the circular image is quite large and I’d like to resize it. How can I do that? I know there is an option for custom css, but I’m not savvy enough in that department. Any help would be greatly appreciated. Many thanks.

    Ed

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author livemesh

    (@livemesh)

    To resize the image, you can use the following custom CSS –

    .lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-image-wrapper img {
        width: 300px; /* Change as per your preference */
    }
    Thread Starter edcastano

    (@edcastano)

    Thanks Livemesh, you’re a gem!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resizing Circular Image in Team Profile’ is closed to new replies.