• RSS Feed programs tend to wrap long titles onto the next line.

    This “premium” theme doesn’t allow that, so the text wraps onto the RSS feed below it. See the problem here – http://www.gofundy.com/opentech – I’ve tried other rss feeds with the same results.

    Is it possible to edit the style.css file to fix this issue – here is the offending widget code – for those more in the know than I am. Here is the style.css code.

    ‘/* ========= Sidebar START ========== */

    #sidebar {
    float: left;
    }

    .widget {
    padding: 0 0 9px 0;
    }

    .widget h3 {
    background: url(images/title-tail.gif) repeat-x 50% 0%;
    height: 48px;
    padding: 0 20px 9px 20px;
    overflow: hidden;
    line-height: 48px;
    word-spacing: 3px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #262626;
    }

    .widget ul {
    overflow: hidden;
    margin: -9px 0 0 0;
    list-style: none;
    }

    .widget ul li {
    background: #eaeaea url(images/line-hor.gif) repeat-x 0% 100%;
    min-height: 34px;
    height: auto !important;
    height: 34px;
    font-size: 13px;
    color: #717171;
    }

    .widget ul li a {
    background: url(images/marker.gif) no-repeat 10px 8px;
    display: block;
    height: 32px;
    padding: 0 0 0 37px;
    line-height: 32px;
    text-decoration: none;
    color: #717171;
    }

    .widget ul li a:hover {
    background: url(images/marker-act.gif) no-repeat 10px 8px;
    color: #000;
    }

    .widget ul li ul {
    background: #eaeaea url(images/line-hor.gif) repeat-x 0% 0%;
    margin: 0;
    padding: 2px 0 0 0;
    }

    .widget ul li ul li {
    padding: 0 0 0 27px;
    }

    .widget #searchform input {
    margin: 0;
    }

    ul.children {
    margin: 0 0 0 20px;
    }

    #text-7 {
    background: url(images/widget-tail.gif) repeat-y 0% 0%;
    padding: 18px 17px 13px 17px;
    line-height: 18px;
    font-size: 12px;
    color: #8c8d8d;
    }

    #text-7 h3 {
    background: none;
    height: auto;
    padding: 0 0 9px 0;
    line-height: 1.2em;
    word-spacing: none;
    letter-spacing: normal;
    font-size: 23px;
    color: #fafdfe;
    }

    .info {
    background: url(images/pic.png) no-repeat 0% 0%;
    min-height: 64px;
    height: auto !important;
    height: 64px;
    padding: 1px 0 0 70px;
    }

    .info a {
    background: url(images/arrows.gif) no-repeat 50% 50%;
    padding: 0 7px;
    text-decoration: none;
    color: #fff;
    }

    .info a:hover {
    background-position: 100% 50%;
    }

    /* Calendar */

    #calendar_wrap {
    padding: 0 10px 0 15px;
    }

    #calendar_wrap table {
    margin: 0;
    }

    #wp-calendar {
    width: 100%;
    }

    #wp-calendar caption {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #000;
    }

    #wp-calendar td {
    text-align: center;
    padding: 6px 0;
    border: none;
    }

    #wp-calendar thead th {
    background: none;
    padding: 7px 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    }

    #wp-calendar #prev {
    text-align: left;
    }

    #wp-calendar #next {
    text-align: right;
    }

    /* ============ Sidebar END ================ */’

    Thank you,
    LDG

The topic ‘RSS Feed not playing nice with "premium" theme’ is closed to new replies.