how to make pic smaller on home page

Discussion in 'Woodpecker WordPress Business Theme' started by sandradohn, Jan 27, 2016.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, When I use one image in the image box first area, the image shows up to large. How do I make it display smaller? When I load a smaller pic, it stretches to resize it and it loors poor...Please advise. The site is primestrategyinc.com Thanks, Sandra
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .vid-holder1 img, .vid-holder2 img {
        width: 35%;
    }
    Change numeric value as per your requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page