- Posts: 120
- Thank you received: 0
Page break and navigating features
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
13 years 4 months ago #12617
by elanna
Page break and navigating features was created by elanna
I noticed the template page breaks and navigation featrure set vertically, as you can see in the image attached.
Can we have this mini menu page navigation horizontally and right aligned?
How to do it?
Note: I have upgraded JQuery with code.jquery.com/jquery-1.7.min.js Minified version.
Can we have this mini menu page navigation horizontally and right aligned?
How to do it?
Note: I have upgraded JQuery with code.jquery.com/jquery-1.7.min.js Minified version.
Please Log in to join the conversation.
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 120
- Thank you received: 0
13 years 4 months ago #12636
by elanna
Replied by elanna on topic Re: Page break and navigating features
I have found another topic about this same subject, and the Ivan suggestion was:
"(...) add this for that class in css:
.<that class, you are finding out> li{
float:left;
} "
Well, I wouldn't like to change the class of the bullet list I'm using for all articles in my website.
Don't you have a kind of pagination plugin to get a pagination like this? See 2011.redesegura.com.br/quem-somos/noticias
"(...) add this for that class in css:
.<that class, you are finding out> li{
float:left;
} "
Well, I wouldn't like to change the class of the bullet list I'm using for all articles in my website.
Don't you have a kind of pagination plugin to get a pagination like this? See 2011.redesegura.com.br/quem-somos/noticias
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
13 years 4 months ago #12651
by milos
Replied by milos on topic Re: Page break and navigating features
You don't have to change the style of all the bullets, you can change only pagination's bullets:
.pagination li {
list-style:none;
float:left;
}
Above CSS will remove bullets and align pagination links horizontally. The other unordered lists would not be affected.
.pagination li {
list-style:none;
float:left;
}
Above CSS will remove bullets and align pagination links horizontally. The other unordered lists would not be affected.
Please Log in to join the conversation.
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 120
- Thank you received: 0
13 years 4 months ago #12691
by elanna
Replied by elanna on topic Re: Page break and navigating features
Great!
I misunderstood the original suggestion... now it's clear!
I'll try this CSS changing latter...
I misunderstood the original suggestion... now it's clear!
I'll try this CSS changing latter...
Please Log in to join the conversation.
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 120
- Thank you received: 0
13 years 4 months ago #13063
by elanna
Replied by elanna on topic Re: Page break and navigating features
Milos,
I tryed this command lines in my layout.css, and noticed a layout conflict in my home page:
- T to set two featured Articles, and they were placed in different pages at my home page, above user 2.
- I use HOT Newsflash in User 2 position.
The command was placed in layout.css, is it correct?
I tryed this command lines in my layout.css, and noticed a layout conflict in my home page:
- T to set two featured Articles, and they were placed in different pages at my home page, above user 2.
- I use HOT Newsflash in User 2 position.
The command was placed in layout.css, is it correct?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #13086
by ivan.milic
Replied by ivan.milic on topic Re: Page break and navigating features
? What is this related to pagination?
Please Log in to join the conversation.
Time to create page: 0.178 seconds