0
Welcome Guest! Login
0 items Join Now

Pagination is Vertical - Not Horizontal

  • Pagination is Vertical - Not Horizontal

    Posted 14 years 4 months ago
    • How can I fix this? I am so streesed out using Rocket Theme. If all of your templates are this difficult, then I just do not see the point in renewing my club membership.

      Hopefully it is a simple issue and the support here can help me out quickly.. then I will reconsider my thought about your services

      Thank you for any help :-)

      This image is hidden for guests.
      Please log in or register to see it.
  • Re: Pagination is Vertical - Not Horizontal

    Posted 14 years 4 months ago
  • Re: Pagination is Vertical - Not Horizontal

    Posted 14 years 4 months ago
    • You are not authorised to read this forum.

      ^ This is the message I receive when I click on that link :-(

      Thank you Amandeep! It is great to get a quick response!
  • Re: Pagination is Vertical - Not Horizontal

    Posted 14 years 4 months ago
    • hello,
      try adding this to your css:
      div.page-nav dd * {
      float: left;
      display: block;
      }
       
      div.page-nav dd .page-active,
      div.page-nav dd .page-inactive {
      float: left;
      display: block;
      padding-right: 10px;
      padding-left: 10px;
      }
       
      div.page-nav dd {
      float: right;
      }
  • Re: Pagination is Vertical - Not Horizontal

    Posted 14 years 4 months ago
    • Hi Mike,

      Thank you for your help!!

      However, this did not solve the issue :-( The pagination is still vertical like the image I attached.

      I inserted the css code into the template.css - is that the correct area to insert it?

      Thanks again!
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Pagination is Vertical - Not Horizontal

    Posted 14 years 4 months ago
    • we need a link :-) to the issue ...
      There are just too many paginations/extensions ...
  • Re: Pagination is Vertical - Not Horizontal

    Posted 14 years 4 months ago
    • Hi,

      Thanks!

      http://XXXXXXXXXXXXXXXXXXXX/index.php?option=com_mochigames&view=category&mochicat=1&limit=24&Itemid=10
    • Last Edit: 14 years 4 months ago by rhaney21.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Pagination is Vertical - Not Horizontal

    Posted 14 years 4 months ago
    • add

      .tab {display: inline-block;margin-right: 8px;}
      .tab .page-active {background: none;}
      .page-block {display: inline-block;margin-right: 4px;font-weight: bold;}
      .page-active, .page-inactive {padding: 0 4px;}
      .page-inactive:hover {cursor: pointer;}

      at the end of template.css and clear your cache
  • Re: Pagination is Vertical - Not Horizontal

    Posted 14 years 4 months ago
    • Works!! Thank you so much!

      Awesome support here!
    • Pako's Avatar
    • Pako
    • Sr. Rocketeer
    • Posts: 198
    • Thanks: 13

    Re: Pagination is Vertical - Not Horizontal

    Posted 14 years 3 months ago
    • Henning wrote:
      add

      .tab {display: inline-block;margin-right: 8px;}
      .tab .page-active {background: none;}
      .page-block {display: inline-block;margin-right: 4px;font-weight: bold;}
      .page-active, .page-inactive {padding: 0 4px;}
      .page-inactive:hover {cursor: pointer;}

      at the end of template.css and clear your cache

      FIXED Phoca Gallery, Vertical pageination also. Thanks!!!

Time to create page: 0.064 seconds