- Posts: 25
- Thank you received: 0
Problem with bullets and pagination in modules
-
fdussaussoy
Inactive member - Topic Author
- Member
Less
More
12 years 7 months ago #18865
by fdussaussoy
Problem with bullets and pagination in modules was created by fdussaussoy
Hi,
I've got problems with bullets in pagination (see screenshot). it's happen in Kunena forum module, Phoca Gallery, Docman, etc.
Another exemple in my site, when you click on "Forgot password", the text "email" is written on the bullet :
test.ce-ifcam.wytaa.fr/index.php/compone...eg/?task=users.reset
Thank you for your help
I've got problems with bullets in pagination (see screenshot). it's happen in Kunena forum module, Phoca Gallery, Docman, etc.
Another exemple in my site, when you click on "Forgot password", the text "email" is written on the bullet :
test.ce-ifcam.wytaa.fr/index.php/compone...eg/?task=users.reset
Thank you for your help
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18878
by ivan.milic
Replied by ivan.milic on topic Re: Problem with bullets and pagination in modules
Maybe it's this:
www.hotjoomlatemplates.com/support-forum...mit=6&start=18#18853
if not provide us page link and access so we could see it.
www.hotjoomlatemplates.com/support-forum...mit=6&start=18#18853
if not provide us page link and access so we could see it.
Please Log in to join the conversation.
-
fdussaussoy
Inactive member - Topic Author
- Member
Less
More
- Posts: 25
- Thank you received: 0
12 years 7 months ago #19008
by fdussaussoy
Replied by fdussaussoy on topic Re: Problem with bullets and pagination in modules
Thank Ivan but the problem is still here.
try this link : test.ce-ifcam.wytaa.fr/index.php/service...gory/6-carnaval-2011
and this link : test.ce-ifcam.wytaa.fr/index.php/compone...eg/?task=users.reset
I had your code in template_css and layout.css
thank you
try this link : test.ce-ifcam.wytaa.fr/index.php/service...gory/6-carnaval-2011
and this link : test.ce-ifcam.wytaa.fr/index.php/compone...eg/?task=users.reset
I had your code in template_css and layout.css
thank you
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #19018
by ivan.milic
Replied by ivan.milic on topic Re: Problem with bullets and pagination in modules
add this to bottom of template_css.css:
.pagination ul{
list-style:none;
}
.pagination ul li{
float:left;
}
.pagination ul{
list-style:none;
}
.pagination ul li{
float:left;
}
The following user(s) said Thank You: fdussaussoy
Please Log in to join the conversation.
-
fdussaussoy
Inactive member - Topic Author
- Member
Less
More
- Posts: 25
- Thank you received: 0
12 years 7 months ago #19033
by fdussaussoy
Replied by fdussaussoy on topic Re: Problem with bullets and pagination in modules
thank you Ivan,
it works now, just only the bullet appears between numbers.
Any idea ?
thank you
it works now, just only the bullet appears between numbers.
Any idea ?
thank you
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #19034
by ivan.milic
Replied by ivan.milic on topic Re: Problem with bullets and pagination in modules
add background-image: none; to:
.pagination ul li{
float:left;
background-image: none;
}
.pagination ul li{
float:left;
background-image: none;
}
Please Log in to join the conversation.
Time to create page: 0.193 seconds