
Originally Posted by
panachepad
[there's plenty of room]
Is there? Check in the style section here:
Code:
#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}
This allows only 400px of space for the page links until they would need to wrap. If, as you seem to imply, there is plenty of room for them on the page, this width value may be increased to - say, 600px. Another approach would be to just remove the rule altogether. That way the links will take up to the full available space before wrapping. In fact, if your gallery takes up the whole width of the window, this is the best way. However, if you have a real wide gallery, it may not display without a horizontal scrollbar in narrower windows/screens.
Bookmarks