inherit
261986
0
Oct 3, 2021 7:06:52 GMT -8
Doc Ock
118
August 2020
megatron22
|
Post by Doc Ock on Jan 13, 2021 22:07:54 GMT -8
Would there be a way to move the entire nav bar to the left or right of the forum banner as a vertical list?
|
|
inherit
252032
0
Apr 26, 2024 23:51:41 GMT -8
Retread
Tribbial Pursuit.
5,017
January 2018
retread
|
Post by Retread on Jan 15, 2021 10:02:08 GMT -8
Would there be a way to move the entire nav bar to the left or right of the forum banner as a vertical list?Yes, that's possible. But the results can be less than desirable. The Navigation Bar is inherently a list that has been 'flattened' by use of float. This fits the situation well because the number of items in the list can vary. As long as the number of items isn't excessive, the entire list can fit on a single line across the width of the page. The Banner is contained within a table. We can place the Navigation Bar within a cell in the same table, then unflatten (remove the float on the list items) the list and have it appear as a vertical list. One of the less desirable characteristics of this is that the height of the table which contains the banner will vary, depending upon the number of items in the list. When a guest views the forum, there will be fewer list items in the Navigation Table than when a member views it. I've attached a theme to this thread. It has the modified Forum Wrapper layout template as well as an addition to the Style Sheet which begins on line 1600. In all other respects, it's ProBoards stock. Navigation Right.pbt (32.63 KB)
|
|
inherit
261986
0
Oct 3, 2021 7:06:52 GMT -8
Doc Ock
118
August 2020
megatron22
|
Post by Doc Ock on Jan 15, 2021 12:59:31 GMT -8
That seemed to work well. Ill see what the admins think. Thanks!
|
|