thomasjmoore

Member

Forum Replies Created

  • In reply to: Formatting Posts vs. Pages

    #33236
    Quote:
    Please put code in between backtick (`) characters. It’s usually located above the Tab key on your keyboard.

    As for your question, the .post class is used for both posts and pages. To affect just the posts, use .type-post instead.

    That’s what I thought, but when I make these changes it effects the posts and pages differently. Please look at the following two links and notice the margin/padding on the right hand side. The second link shows a page (this is the same with all pages) where the text box goes out farther than the template width (920px).

    http://www.thebattlenow.com/

    http://www.thebattlenow.com/index.php/about-2/

    In reply to: Formatting Posts vs. Pages

    #33234
    Quote:
    Moved to Support. Please post in the correct section next time.

    Help us to help you and tell us what those changes are.

    Sorry about that!

    The changes I made were in the #content .post section of the styles.css

    .post {
    background: #fff;
    border-bottom: 1px solid #ccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #d8d8d8;
    margin: 0px 50px 15px 0px;
    overflow: visible;
    padding: 25px 75px 20px 85px;
    position: relative;
    width: 800px;
    }

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