GetSimple Support Forum

Full Version: News manager Template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hope this is OK here in this forum.

When news manager displays the items on my index page. There is only one content footer at the bottom of the list of Items.

I would like to display a the footer on every item, so there is a more defined break between the posted items, also if possible a small line header at the top of each posted item.

Hope I have made that clear
If you aren't familiar with css coding, which is the only right way to achieve the goal, provide a valid link to your website, and I'll see what we can do Wink

If news manager's code didn't change, add below css code to your template's .css file:

.nm_post {
padding:10px 0;
margin:10px 0;
border-top: 2px solid #197005;
border-bottom: 2px dotted #f21b23;
}
Brilliant thanks, I can tinker away with that. appreciate the help