- Posts: 10
- Thank you received: 0
Problems with the page numbers
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 2 months ago - 14 years 2 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: 14 years 2 months ago by ivan.milic.
Please Log in to join the conversation.
14 years 2 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.204 seconds