- Posts: 10
- Thank you received: 0
Problems with the page numbers
-
DF
Inactive member - Topic Author
- New Member
Less
More
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago - 13 years 3 months ago #10866
by ivan.milic
Replied by ivan.milic on topic Re: Problems with the page numbers
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
.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: 13 years 3 months ago by ivan.milic.
Please Log in to join the conversation.
-
DF
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
13 years 3 months ago #10869
by DF
Replied by DF on topic Re: Problems with the page numbers
Thank you for your fast assistance and the excellent template.
Everything is right now.
Everything is right now.
Please Log in to join the conversation.
Time to create page: 0.162 seconds