• Resolved workplacematters

    (@workplacematters)


    Hello. This is a great theme to use, and as a beginner and hard work I have created a website for our charity https://www.waterwayschaplaincy.org.uk.

    We currently have about 40 volunteer chaplains and aim to have 200 by 2020! In the ‘Our Team’ widget we have pictures up for identification purposes for our boaters. Is there a way, please, I can standardise the pictures as they appear on the screen so they are not different heights and widths? I’ve been trying to solve this for a while but cannot seem to make it work. Is there a way I can do this, please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello workplacematters,

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
    => If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder.


    .port-img img{
    height: 185px;
    }

    Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme

    Hope this will helps you.

    Thread Starter workplacematters

    (@workplacematters)

    This worked great! Thank you so much for your help and advice.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Standardising picture sizes in ‘our team’ widget’ is closed to new replies.