inherit
glaring-dreamer@hotmail.ca
198832
0
Aug 24, 2013 12:57:40 GMT -8
chacolatte
1
August 2013
chacolatte
|
Post by chacolatte on Aug 23, 2013 13:37:08 GMT -8
At the top of my board right under the banner, all the caregories are spaced right next to each other. (So: Home, Search, Members, Profile ect.) are pushed against each other so they look like this, "Homesearchmembersprofile..."
I need to be able to space these, can someone please help me do that. I have no doubt the answer is already on this forum, but, I've searched and I haven't been able to find them. I could use assistance, remember I am new at coding as well!
Thank you in advance!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Aug 30, 2013 2:37:39 GMT -8
chacolatte, Can we have a link to your site please. Thanks.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Aug 30, 2013 23:37:54 GMT -8
At the top of my board right under the banner, all the caregories are spaced right next to each other. (So: Home, Search, Members, Profile ect.) are pushed against each other so they look like this, "Homesearchmembersprofile..." I need to be able to space these, can someone please help me do that. I have no doubt the answer is already on this forum, but, I've searched and I haven't been able to find them. I could use assistance, remember I am new at coding as well! Thank you in advance! If your forum is ProBoards Version 5, do the following: Admin > Themes > Advanced Styles & CSSSelect the tab for " Style Sheet" and go to approximately line 273 where you will see: #navigation-menu > ul li a { display: inline-block; padding: 0 .75em; color: @ nav_bar_button_color; font: @ nav_bar_button_font; text-decoration: @ nav_bar_button_decoration; text-shadow: @ nav_bar_button_shadow; background: @ nav_bar_button_background; line-height: 31px !important; } The bit I have highlighted above in blue, if you change the numbers in it to be higher, and also so that it's above a 1.00, it will increase the gap between the words. For example, if you changed .75 to .15, it will mean your menu buttons are virtually on top of each other. If you turn .75 into 1.75, the gaps will be much bigger. So you'll need to have a tiny play with it changing the numbers, to see what you prefer
|
|
inherit
davtaka@gmail.com
196512
0
Oct 5, 2021 19:33:36 GMT -8
cornholio
113
July 2013
cornholio
|
Post by cornholio on Jan 22, 2014 19:04:51 GMT -8
Hi! Is there also a way to center everything to the very middle of the bar? thanks!
|
|
inherit
davtaka@gmail.com
196512
0
Oct 5, 2021 19:33:36 GMT -8
cornholio
113
July 2013
cornholio
|
Post by cornholio on Jan 22, 2014 22:14:30 GMT -8
Hmmm...went to line 268 and saw this:
#navigation-menu > ul, #navigation-menu > ul li { float: left; }
Changed it to center and everything went vertical instead of horizontal like it should be...
|
|
inherit
davtaka@gmail.com
196512
0
Oct 5, 2021 19:33:36 GMT -8
cornholio
113
July 2013
cornholio
|
Post by cornholio on Jan 22, 2014 22:34:19 GMT -8
|
|