Results 1 to 2 of 2

Thread: Navigation wrapping around

  1. #1
    Thread Starter
    Senior Member
    Not a Verified Customer
    chanders's Avatar
    Join Date
    Jul 2009
    Posts
    120
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Navigation wrapping around

    There is a bug where the navigation wraps around if you are viewing a few pages deep



    This can be fixed by setting the CSS parameter width to 500px from 400px in master.css

    From:
    Code:
    .navigation2{ padding-top: 8px; padding-bottom: 4px; margin: 0 auto; width: 400px; background-color: #fff; }
    To:
    Code:
    .navigation2{ padding-top: 8px; padding-bottom: 4px; margin: 0 auto; width: 500px; background-color: #fff; }
    Gives:



    Again, messing with your install may make it impossible to update in the future

  2. #2
    Amateur
    Not a Verified Customer
    thedave's Avatar
    Join Date
    Jun 2009
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Navigation wrapping around

    Thanks for this!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Navigation
    By birdy in forum ClassiPress General Discussion
    Replies: 2
    Last Post: July 20th, 2009, 12:26 PM
  2. I think the heavy Classipress in navigation ...
    By dandra in forum ClassiPress General Discussion
    Replies: 5
    Last Post: June 30th, 2009, 11:56 AM
  3. Empty Categories doesnt show up on Navigation bar.
    By shightouch in forum ClassiPress General Discussion
    Replies: 1
    Last Post: June 3rd, 2009, 02:46 PM