Home Forums WoodMart support forum Change the size of images on pages

Change the size of images on pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #238030

    pboyd1964
    Participant

    I’d like to make the images on certain pages smaller. I’m uncertain how to do this without adding lots of borders which will make the page look squished. One of the pages in question is: https://www.pemcolighting.com/arms/
    Any suggestions are greatly appreciated.

    Thank you!

    #238044

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wpb_single_image.vc_align_center {
    max-width: 200px;
    margin: 0 auto;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)