news module

December 2012 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Nov 26, 2013 10:42 am
Reply with quote
Report this post
Hi!,
I have a problem with the bullets (the little balls) in "Últimas Notícias" module here:
http://www.jornaldasoficinas.com/jo/
As I did some costumization (I not expert) probably I provoked this but I don't see where. I put this:
.nspPagination li {
margin: 0 4px 0 0 !important;
}
.nspPagination li:hover,
.nspPagination li.active {
height: 8px;
width: 8px;
}
in override.css trying to "force" the "thing" but it didn't work.
Can you help?
Thank you!
av
User avatar
Junior Boarder

GK User
Tue Nov 26, 2013 4:58 pm
Reply with quote
Report this post
Please edit: /templates/gk_news/css/override.css and add at its end:
Code: Select all
.nspLinks ul li {
margin: 0 2px 0 0 !important;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri Nov 29, 2013 12:39 pm
Reply with quote
Report this post
Thank you.
I did it but it didn't work. It looks it is only in this module. In the top of the site in "ENTREVISTAS" these "balls" work well.
Any other idea?
Thank you!
User avatar
Junior Boarder

GK User
Sat Nov 30, 2013 12:33 pm
Reply with quote
Report this post
Please correct it to:
Code: Select all
#gkMainbodyTop .nspLinks ul li {
margin: 0 2px 0 0 !important;
}
User avatar
Moderator

GK User
Mon Dec 02, 2013 1:05 pm
Reply with quote
Report this post
Thank you!!! You save me!!!


Cyberek wrote:Please correct it to:
Code: Select all
#gkMainbodyTop .nspLinks ul li {
margin: 0 2px 0 0 !important;
}
User avatar
Junior Boarder

GK User
Fri Dec 06, 2013 5:02 pm
Reply with quote
Report this post
No problem :) I'm glad I could help.
Is there anything else I can help you with on this topic?
User avatar
Moderator


cron