Viewing 3 replies - 1 through 3 (of 3 total)
  • I like the center scroll, the “browser goodies” (I’m on a mac), but I personally am not a fan of the header and footer background. Just hard on my eyes.

    shadow

    (@shadow)

    I just added it to the 1.5 themes list on my site Randy and also installed it so people can see what it looks like on a full site with graphics and the whole caboodle.

    One thing:
    I use hspace and vspace in my posts when adding images to avoid text being too close. Obviously, it can be done in the CSS but with so many themes on display on the site, I try to make sure things do not get too messed up in the mix.

    In your them the images slide right near to the text though. Out of interest, any ideas as to why?

    Nice theme – thanks for sharing.

    Thread Starter Randy Walker

    (@randy)

    I have this code for images:

    img {
    border: 1px #000 solid;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.wp-smiley {
    border: none;
    display: inline;
    }

    I think your align isn’t playing nice with that…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme Update: Sleek 2.0’ is closed to new replies.