[SOLVED] Help with News Summary CSS <hr>

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Help with News Summary CSS <hr>

Post by Dr.CSS »

Actually you have no hr in the news summary template...



14th Street Bridge Project in Midtown:  View It On Line


06/08/2008


The AJC speaks with CEE Assistant Professor Jochen Teizer about tracking the dismantling of the 14th Street Bridge.  [More]


[More]
-->


It's a border on the bottom of the newssummary div...

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    font-family: helvetica, verdana, geneva, arial, sans-serif;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}

You could put a clear div in the bottom of your NewsSummary div...
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Help with News Summary CSS <hr>

Post by Dr.CSS »

Ah yes the red clay of georgia, I used to live in lawrenceville for 10 years 7 years ago...

You can add   where the commented out
[More]
-->
is in the news template and then in CSS  .clear{clear:both}
Post Reply

Return to “Layout and Design (CSS & HTML)”