• Very useful plugin and with some additional styling did what I needed. Default with my theme showed a singe column of images (150×150). Easily tweaked css to show a grid of 6 (each 50×50) (2rowsx3cols) which would have been a nice default setup.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi rjcord – would you mind pasting the css you used to make the grid? I would very much like to try that. Thanks so much!

    Thread Starter rjcord

    (@rjcord)

    As I remember, for my project, I added these two lines to the class:

    .widget_recent_work img {
    ….
    width: 50px;
    height: 50px;
    }

    in the …wp-content/plugins/featured-images-widget/style.css file. You might have to play with different px numbers to suit your project.

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

The topic ‘Default Styling’ is closed to new replies.