- Posts: 77
- Thank you received: 0
error: numbering pages in vertical
-
etarancon
Inactive member - Topic Author
- Member
Less
More
12 years 9 months ago #16907
by etarancon
error: numbering pages in vertical was created by etarancon
As you can see the link:
www.pelucashop.com/index.php/pelucas (numbered page bottom)
Page numbers go vertical, which is also an error that is very bad, as I can correct it?
The products are 3 units per row, except in the last row appears only one, because is this?
THANKS
www.pelucashop.com/index.php/pelucas (numbered page bottom)
Page numbers go vertical, which is also an error that is very bad, as I can correct it?
The products are 3 units per row, except in the last row appears only one, because is this?
THANKS
Please Log in to join the conversation.
-
etarancon
Inactive member - Topic Author
- Member
Less
More
- Posts: 77
- Thank you received: 0
12 years 9 months ago #16983
by etarancon
Replied by etarancon on topic Re: error: numbering pages in vertical
please help with this, thanks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6754
- Thank you received: 718
12 years 9 months ago #16988
by milos
Replied by milos on topic Re: error: numbering pages in vertical
Please add this to the file /templates/hot_cosmetics/css/template_css.css:
Code:
.pagination ul {
padding:0 !important;
margin:0 !important;
}
.pagination li {
float:left;
list-style:none;
padding:0 10px 0 0 !important;
margin:0 !important;
}
The following user(s) said Thank You: etarancon
Please Log in to join the conversation.
-
etarancon
Inactive member - Topic Author
- Member
Less
More
- Posts: 77
- Thank you received: 0
12 years 9 months ago #17013
by etarancon
Replied by etarancon on topic Re: error: numbering pages in vertical
I make it, but don't work...
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6754
- Thank you received: 718
12 years 9 months ago #17024
by milos
Replied by milos on topic Re: error: numbering pages in vertical
Try this:
Code:
#bottom-pagination ul {
padding:0 !important;
margin:0 !important;
}
#bottom-pagination li {
float:left;
list-style:none;
padding:0 10px 0 0 !important;
margin:0 !important;
}
Please Log in to join the conversation.
-
etarancon
Inactive member - Topic Author
- Member
Less
More
- Posts: 77
- Thank you received: 0
12 years 9 months ago #17025
by etarancon
Replied by etarancon on topic Re: error: numbering pages in vertical
ok, now works ok. thanks
But you know because there are 3 products per row least the last one only comes 1, this happens on every page, as I can correct it? THANKS
www.pelucashop.com/index.php/pelucas
But you know because there are 3 products per row least the last one only comes 1, this happens on every page, as I can correct it? THANKS
www.pelucashop.com/index.php/pelucas
Please Log in to join the conversation.
Time to create page: 0.088 seconds