A detail to solve

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Tue Nov 06, 2012 6:59 pm
Hello,

Please have a look on this site http://fapisere.fr/ and on the 2 screenshots.

My question is : how to reduce the latestnews line spacing ?

Best regards
screenshot_1.jpg
screenshot_2.jpg
User avatar
Expert Boarder

Konrad M
Tue Nov 06, 2012 9:40 pm
Hi,
please try add to override.css
Code: Select all
#gkPage .box li {
line-height: 24px;
}

and reduce value to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Tue Nov 06, 2012 10:52 pm
It's OK, but I would like also rise slightly red chip : how ?
User avatar
Expert Boarder

Konrad M
Wed Nov 07, 2012 12:54 pm
So, please try add to override.css
Code: Select all
#gkPage .box li {
background-image:none !important;
padding-left:0px !important;
}
User avatar

GK User
Thu Nov 08, 2012 10:41 am
It's not OK : now there is no one chip.
User avatar
Expert Boarder

Konrad M
Thu Nov 08, 2012 12:14 pm
Change my latest code to this one:
Code: Select all
 #gkPage .box li {
background: transparent url('../images/style1/bullet_color.png') no-repeat left 6px;
}
User avatar

GK User
Thu Nov 08, 2012 2:27 pm
It's OK
Many thanks
User avatar
Expert Boarder


cron