Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter eviseintl

    (@eviseintl)

    Nevermind… I should have looked at the css before I posted. Was an easy fix. Edited the css file to meet my needs. Working great!

    Plugin Author A. Jones

    (@nomadcoder)

    Hi, remember to use !important if you are using custom css. This will ensure that your styles override the styles in the plugin. If you are editing the plugin css file, as per the article that I posted, using !important is not necessary. The instructions below should work with any custom css plugin.

    You can install a custom css plugin (do a search for the plugin Simple Custom CSS). Once installed, it should show up in your Appearance menu. Using the Custom CSS plugin:

    Copy & Paste the styles below. Replace the width and height with the width and height that you would like to use. You can also change the space around the thumbnail by changing the padding. !important ensures that your custom style will have priority over the default style.

    Start Copy & Paste Below this line

    .postimage,
    .postimage img {
    width: 150px!important;
    height: 150px!important;
    }
    .griditemleft {
    width: 150px!important;
    padding: 10px!important;
    }

    End Copy & Paste Above this line
    Save this change. When you are testing your view, make sure that you refresh the page. If you mess it up, just delete it and start over.

    Plugin Author A. Jones

    (@nomadcoder)

    Glad you figured it out!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make Thumbnails Smaller?’ is closed to new replies.