Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
News manager Template
#1
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
Reply
#2
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;
}
Addons: blue business theme, Online Visitors, Notepad
Reply
#3
Brilliant thanks, I can tinker away with that. appreciate the help
Reply




Users browsing this thread: 1 Guest(s)