Gallery thumbnails not resizing to settings

Discussion in 'Woodpecker WordPress Business Theme' started by greatscottfilm, Sep 20, 2015.

Thread Status:
Not open for further replies.
  1. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    When I set up a gallery, I want the thumbnails, to be about 100 px wide, the place to do that is in settings > media > thumbnail size, but I set it to 100, and it is 100 in design view but when you go live, the thumbs are at the default size of approx 210 px

    Anyway to get this to respond?

    Here is a link to it http://greatscottfilm.com/melissa/paintings/
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page .page-content ul.thumbnail a>img {
        height:100px !important;
    width:100px !important;
    }
    
    Note:- Now you can change the height and width accordingly. We have fixed it to 100px.

    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     
    greatscottfilm likes this.
  3. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Nitin, come on man, that worked perfect!!!! Your awesome again, thank you for your help on that code, much appreciated
     
Thread Status:
Not open for further replies.

Share This Page