• Resolved mrock98

    (@mrock98)


    I am trying to resize the member images on a 3 column layout to the same size as member images on a 4 column layout? Does anyone know if this can be done using custom css?

    • This topic was modified 5 years, 6 months ago by mrock98.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @mrock98 ,
    please share url where you want to change..i will give you custom css code of it.

    Thanks.

    Thread Starter mrock98

    (@mrock98)

    hi preetam i havent uploaded the page in question because i needed the 4 column layout as a 3 column. Is there any basic css i could use.

    ive tried adding the following code to the 3 column layout which has resized the images to the correct size as a 4 layout but the images are not centered?

    .wpsm_team_1_mem_img {

    max-width:230px;
    max-height:260px;
    width: auto;
    height: auto;

    }

    Plugin Author wpshopmart

    (@wpshopmart)

    use this custom css –

    @media (min-width: 992px){
    .col-md-3 {
        width: 33%;
    }
    }

    Try it then let me know

    • This reply was modified 5 years, 6 months ago by wpshopmart.
    • This reply was modified 5 years, 6 months ago by wpshopmart.
    Thread Starter mrock98

    (@mrock98)

    thank you for that but unfortunately it had no effect on the 3 column layout. I have found a remedy in that if i use this code by giving the image a 5-10px left border, will center the images

    .wpsm_team_1_mem_img {

    max-width:230px;
    max-height:260px;
    width: auto;
    height: auto;

    }

    HI @mrock98,

    its great to know that the issue has been resolved.if you like our plugin please review us.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘resize member images on 3 column layout’ is closed to new replies.