Line between news

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Fri Apr 20, 2012 10:38 am
How to add a simple line between news in column?

Thanks.
User avatar
Fresh Boarder

Konrad M
Fri Apr 20, 2012 11:06 am
Hi,
Can you give us url to your site?
User avatar

GK User
Fri Apr 20, 2012 1:34 pm
Sorry, now the site is in localhost.

Can I post an screen capture?

The line must be appear in bottom of each news in a column.

Thanks.
User avatar
Fresh Boarder

Konrad M
Mon Apr 23, 2012 9:06 am
Ok post screen. And use Firebug to show some source code for it.
User avatar

GK User
Wed Apr 25, 2012 12:48 pm
Here is.

Some rows, only 1 column.

Red line is the wish.
User avatar
Fresh Boarder

Konrad M
Wed Apr 25, 2012 1:49 pm
Try add own suffix to nsp module and then add to override.css
Code: Select all
.yoursuffix .nspArt { border-top: 1px solid #e5e5e5 !important;}
.yoursuffix .nspArt:first-child { border-top: none !important;  }


and change border color value to one you wish. Remember to enable override.css option in template settings.
User avatar

GK User
Wed Apr 25, 2012 5:27 pm
Perfect.

Thanks!!!!!!
User avatar
Fresh Boarder

Konrad M
Thu Apr 26, 2012 9:00 am
Great :)
User avatar

GK User
Sun Aug 12, 2012 9:26 am
Konrad M wrote:Try add own suffix to nsp module and then add to override.css
Code: Select all
.yoursuffix .nspArt { border-top: 1px solid #e5e5e5 !important;}
.yoursuffix .nspArt:first-child { border-top: none !important;  }


and change border color value to one you wish. Remember to enable override.css option in template settings.

Hello,
Can you tell where I must to add own suffix?
User avatar
Senior Boarder

Konrad M
Mon Aug 13, 2012 8:40 am
If you are using one of our templates you ca ntry add this to override.css. And remember to add override.css option in template settings. If you don't try add thsi to template css file at the bottom after last selector.
User avatar


cron