Problems with the page numbers

  • DF
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 6 months ago - 12 years 6 months ago #10862 by DF
I have some problems with the page numbers since upgrade to 1.7.
The pages are at vertical line not at horizontal:

Start
Prev
1
2
3
4
5
6
7
8
Next
End

I need to put it at horizontal.... Can you help me

The link is:

Last edit: 12 years 6 months ago by DF. Reason: Correct the word

Please Log in to join the conversation.

More
12 years 6 months ago - 12 years 6 months ago #10866 by ivan.milic
Hi, open template_css.css and find:

.content_wrap ul li {
padding-left: 5px;
padding-top: 0;
padding-bottom: 5px;
margin-left: 30px;
}


add float: left; property:

.content_wrap ul li {
padding-left: 5px;
padding-top: 0;
padding-bottom: 5px;
margin-left: 30px;
float: left;
}


Note that we have separate templates for j1.5, j1.6 and j1.7
Last edit: 12 years 6 months ago by ivan.milic.

Please Log in to join the conversation.

  • DF
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 6 months ago #10869 by DF
Thank you for your fast assistance and the excellent template.
Everything is right now.

Please Log in to join the conversation.

Time to create page: 0.214 seconds
Powered by Kunena Forum