Pagination Alignment Quick Fix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TheLastSuperman
    Senior Member
    • Sep 2008
    • 1799

    Pagination Alignment Quick Fix

    Notice how the pagination is off in your forum?



    The page selection boxes at the top and bottom of the forum when listing countless threads or when the page splits into several pages the next/last buttons are off so let's fix!

    Edit the template vbulletin.css and find:

    Code:
    .pagination span.prev_next a, .pagination span.first_last a {
    	position: relative;
    	top: -2px;
    }
    
    .pagination span.prev_next a img, .pagination span.first_last a img {
    	position: relative;
    	display: inline;
    	top: 3px;
    }
    Replace with:

    Code:
    .pagination span.prev_next a, .pagination span.first_last a {
    	position: relative;
    	top: -1px;
    }
    
    .pagination span.prev_next a img, .pagination span.first_last a img {
    	position: relative;
    	display: inline;
    	top: 2px;
    }
    Result:

    Attached Files


    Former vBulletin Support Staff
    Hacked recently? See my blog post "Recovering a Hacked vBulletin Site".
    Thinking outside the box? Need modification support? Visit www.vBulletin.org and have at it!
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24358
    • 5.7.X

    #2
    Have you reported this as a Bug?
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • TheLastSuperman
      Senior Member
      • Sep 2008
      • 1799

      #3
      Honestly Trevor, I assumed (that might get me here!) that it's been known about for a while... been off like that since a few versions ago if I remember correctly and was here too last night and it's something you simply can't "not notice" *cough *cough *hint *hint or overlook as it's part of everyday use however I guess long story short, no I have not reported only used the local search to see if there was a fix posted but only two threads came up using the words "pagination alignment".


      Former vBulletin Support Staff
      Hacked recently? See my blog post "Recovering a Hacked vBulletin Site".
      Thinking outside the box? Need modification support? Visit www.vBulletin.org and have at it!

      Comment

      • TheLastSuperman
        Senior Member
        • Sep 2008
        • 1799

        #4
        Done! http://tracker.vbulletin.com/browse/VBIV-12135


        Former vBulletin Support Staff
        Hacked recently? See my blog post "Recovering a Hacked vBulletin Site".
        Thinking outside the box? Need modification support? Visit www.vBulletin.org and have at it!

        Comment

        • TheLastSuperman
          Senior Member
          • Sep 2008
          • 1799

          #5
          HA! Check Darkshenron's post... so it was as I suspected (sadly) and I was shocked... been around since 4.0.4 and June of 2010 and still not fixed here on 4.1.4 and I wasted my time posting, posting a bug, etc this should have been fixed a while ago imo however I'll quit b!otching and go do some work .


          Former vBulletin Support Staff
          Hacked recently? See my blog post "Recovering a Hacked vBulletin Site".
          Thinking outside the box? Need modification support? Visit www.vBulletin.org and have at it!

          Comment

          • Trevor Hannant
            vBulletin Support
            • Aug 2002
            • 24358
            • 5.7.X

            #6
            Only asking as without a Bug, it won't be addressed by the Devs... I've copied the first post over to the Quick Tips forum now in the meantime...
            Vote for:

            - Admin Settable Paid Subscription Reminder Timeframe (vB6)
            - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

            Comment

            widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
            Working...