Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author A. Jones

    (@nomadcoder)

    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 with the width that you would like to use. !important ensures that your custom style will have priority over the default style.

    Start Copy & Paste Below this line. Replace the width value with your value.

    .postimage,
    .postimage img {
    width: 150px!important;

    }
    .griditemleft {
    width: 150px!important;

    }

    End Copy & Paste Above this line

    Thread Starter k201244

    (@k201244)

    Thanks. It works perfect:)
    Beauty:)

    Thread Starter k201244

    (@k201244)

    Ok. I got another questions:

    If I want to archive pages/category pages also have this format, what should I change in css.

    I try to experiment with numbers:

    .postimage,
    .postimage img {
    width: 270px!important;
    height: 200px!important;
    }
    .griditemleft {
    width: 270px!important;
    padding: 5px!important;
    }

    but how can I center my images?

    Plugin Author A. Jones

    (@nomadcoder)

    Sorry for the delay. Do you want to center the entire grid? I will be updating the code this week.

    Thread Starter k201244

    (@k201244)

    Hm… I manipiulate numbers of px in css
    .postimage img {
    width: 310px!
    .griditemleft {
    width: 310px
    and it works fine for now.
    http://zureklukasz.com/pilkanozna/

    Plugin Author A. Jones

    (@nomadcoder)

    It looks great!

    Thread Starter k201244

    (@k201244)

    thanks:)

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

The topic ‘Width’ is closed to new replies.