0
Welcome Guest! Login
0 items Join Now

Afterburner2 PageNav Running vertical

    • YCB's Avatar
    • YCB
    • Jr. Rocketeer
    • Posts: 26
    • Thanks: 0

    Afterburner2 PageNav Running vertical

    Posted 10 years 11 months ago
    • I'm currently using the afterburner2 template and noticed the pagenav is running vertical instead of horizontal.

      Here is the source code below. I've tried to stop the insertion of li by modifying the .less files but to no avail.

      Can someone point me to the file and location where I can remove the ul and li insertions?

      Thanks in advance..

      YCB

      </div><ul><li class="pagination-start"><a title="Start" href="/index.php/2013-02-07-15-35-30/show-all-items/bfauction_plus?limitstart=0" class="pagenav">Start</a></li><li class="pagination-prev"><a title="Prev" href="/index.php/2013-02-07-15-35-30/show-all-items/bfauction_plus?limitstart=0" class="pagenav">Prev</a></li><li><a title="1" href="/index.php/2013-02-07-15-35-30/show-all-items/bfauction_plus?limitstart=0" class="pagenav">1</a></li><li><span class="pagenav">2</span></li><li><a title="3" href="/index.php/2013-02-07-15-35-30/show-all-items/bfauction_plus?start=40" class="pagenav">3</a></li><li><a title="4" href="/index.php/2013-02-07-15-35-30/show-all-items/bfauction_plus?start=60" class="pagenav">4</a></li><li><a title="5" href="/index.php/2013-02-07-15-35-30/show-all-items/bfauction_plus?start=80" class="pagenav">5</a></li><li><a title="6" href="/index.php/2013-02-07-15-35-30/show-all-items/bfauction_plus?start=100" class="pagenav">6</a></li><li><a title="7" href="/index.php/2013-02-07-15-35-30/show-all-items/bfauction_plus?start=120" class="pagenav">7</a></li><li><a title="8" href="/index.php/2013-02-07-15-35-30/show-all-items/bfauction_plus?start=140" class="pagenav">8</a></li><li><a title="9" href="/index.php/2013-02-07-15-35-30/show-all-items/bfauction_plus?start=160" class="pagenav">9</a></li><li class="pagination-next"><a title="Next" href="/index.php/2013-02-07-15-35-30/show-all-items/bfauction_plus?start=40" class="pagenav">Next</a></li><li class="pagination-end"><a title="End" href="/index.php/2013-02-07-15-35-30/show-all-items/bfauction_plus?start=160" class="pagenav">End</a></li></ul>
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Afterburner2 PageNav Running vertical

    Posted 10 years 11 months ago
    • do you have a link to check?
    • YCB's Avatar
    • YCB
    • Jr. Rocketeer
    • Posts: 26
    • Thanks: 0

    Re: Afterburner2 PageNav Running vertical

    Posted 10 years 11 months ago
    • This message contains only secure information that is visible to Henning, moderators and administrators
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Afterburner2 PageNav Running vertical

    Posted 10 years 11 months ago
    • I can't see a pagination at all?
    • YCB's Avatar
    • YCB
    • Jr. Rocketeer
    • Posts: 26
    • Thanks: 0

    Re: Afterburner2 PageNav Running vertical

    Posted 10 years 11 months ago
    • Sorry.. click on browse auction items - show all items.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Afterburner2 PageNav Running vertical

    Posted 10 years 11 months ago
    • Create a custom css file
      rt_afterburner2-custom.css
      in the css folder of the template and add


      div.list-footer ul li {
      	display: inline-block;
      	padding-left: 5px;
      	padding-right: 5px;
      }
      
       div.list-footer ul {
       	text-align: center;
       }
    • The following users have thanked you: YCB

    • YCB's Avatar
    • YCB
    • Jr. Rocketeer
    • Posts: 26
    • Thanks: 0

    Re: Afterburner2 PageNav Running vertical

    Posted 10 years 11 months ago
    • That fixed it.

      Thank you for the excellent support.

Time to create page: 0.051 seconds