Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Fixing WordPress
    In reply to: Page Title
    Thread Starter vdaynorthquabbin

    (@vdaynorthquabbin)

    I figured this out on my own. Yay me! LOL

    I just added a font-size line to the code below and it worked:

    #content .storycontent{
    background: url(img/csbbody-l.gif) no-repeat bottom left;
    margin: 0 0 0 0;
    padding: 5px 30px 31px 20px;
    }

    .storytitle {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 22px;
    }

    .storytitle a {
    text-decoration: none;
    font-size: 22px;
    }

    Forum: Fixing WordPress
    In reply to: Page Titles
    Thread Starter vdaynorthquabbin

    (@vdaynorthquabbin)

    renato_s thanks for the advice. I deleted the code bit by bit as you suggested and it worked. Thanks!

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