blog pics are to large

Discussion in 'Poloray WordPress Theme' started by sandradohn, Aug 14, 2015.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, Can you tell me how to make the thumbnail pics on my blog page smaller. They are extra large and look distorted. I have attached a screenshot. Here is the url attorneyonlineconversions.com

    Thanks, Sandra
     

    Attached Files:

  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    I have just visited the URL provided by you and found that all images have differences in height and width as uploaded by you. But still, you can set each image to a fixed proportion.

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content-bar img {
        width: 300px !important;
        height: 300px !important;
        }
    
    Note :- Please change the pixel figures accordingly.

    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page