Page break and navigating features

  • elanna
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 5 months ago #12617 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.
Attachments:

Please Log in to join the conversation.

  • elanna
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 5 months ago #12636 by elanna
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

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
12 years 5 months ago #12651 by milos
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.

Please Log in to join the conversation.

  • elanna
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 5 months ago #12691 by elanna
Great!
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
  • Member
More
12 years 5 months ago #13063 by elanna
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?

Please Log in to join the conversation.

More
12 years 5 months ago #13086 by ivan.milic
? What is this related to pagination?

Please Log in to join the conversation.

Time to create page: 0.380 seconds
Powered by Kunena Forum