Forums

How do I make my posts look better? (6 posts)

  1. timothyb
    Member
    Posted 4 years ago #

    All of my entries look like squares. I 'd like each post paragraph to have an indent in it, but I'm not sure where to make that happen. Is it in the css?

    sample: http://www.greendigit.com

  2. podz
    Support Maven
    Posted 4 years ago #

    .storycontent p {
    text-indent: 1.5em;
    font: 100%/130% arial, verdana, 'lucida sans unicode', sans-serif;
    color: #ccc;
    }

    That styles my text

  3. NuclearMoose
    Member
    Posted 4 years ago #

    In your CSS you could define your paragraph element as having an indent like this:

    .storycontent p {
    text-indent: 20px;
    }

    The 20px could also be set as a % or em value as well.

  4. NuclearMoose
    Member
    Posted 4 years ago #

    PODZ! You did it AGAIN, mate! LMAO! :)

  5. podz
    Support Maven
    Posted 4 years ago #

    hehe :p

  6. timothyb
    Member
    Posted 4 years ago #

    Since I am using Kubrick, I would change the .post attributes on css? I'll tool around a little with it..

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.