- Posts: 14116
- Thank you received: 1639
error: numbering pages in vertical
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 9 months ago #17189
by ivan.milic
Replied by ivan.milic on topic Re: error: numbering pages in vertical
better give us link
Please Log in to join the conversation.
-
pcworks31
Inactive member - New Member
Less
More
- Posts: 8
- Thank you received: 0
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #17193
by ivan.milic
Replied by ivan.milic on topic Re: error: numbering pages in vertical
Open vm_cosmetics.css , find this:
#bottom-pagination li {
padding: 0 5px;
}
and modify it like this:
#bottom-pagination li {
padding: 0 5px;
float: left;
list-style: none;
margin: 0 auto;
}
#bottom-pagination li {
padding: 0 5px;
}
and modify it like this:
#bottom-pagination li {
padding: 0 5px;
float: left;
list-style: none;
margin: 0 auto;
}
Please Log in to join the conversation.
-
pcworks31
Inactive member - New Member
Less
More
- Posts: 8
- Thank you received: 0
12 years 9 months ago #17195
by pcworks31
Replied by pcworks31 on topic Re: error: numbering pages in vertical
works very well thank you
Please Log in to join the conversation.
-
vitali
Inactive member - New Member
Less
More
- Posts: 17
- Thank you received: 0
12 years 8 months ago #17710
by vitali
Replied by vitali on topic Re: error: numbering pages in vertical
Thank you very much ! I couldn't find solution anywhere ...
can you give advice how to make it stay in center of a page right now it on a left side, was trying to use line:
text-align: center;
but it doesn't work
Thanks !
can you give advice how to make it stay in center of a page right now it on a left side, was trying to use line:
text-align: center;
but it doesn't work
Thanks !
Please Log in to join the conversation.
-
vitali
Inactive member - New Member
Less
More
- Posts: 17
- Thank you received: 0
12 years 8 months ago - 12 years 8 months ago #17711
by vitali
Thank you very much ! I couldn't find solution anywhere ...
can you give advice how to make it stay in center of a page right now it on a left side, was trying to use line:
text-align: center;
but it doesn't work
Thanks !
Replied by vitali on topic Re: error: numbering pages in vertical
Thank you very much ! I couldn't find solution anywhere ...
can you give advice how to make it stay in center of a page right now it on a left side, was trying to use line:
text-align: center;
but it doesn't work
Thanks !
Last edit: 12 years 8 months ago by vitali.
Please Log in to join the conversation.
Time to create page: 0.093 seconds