inherit
152389
0
Dec 5, 2021 12:33:49 GMT -8
mickyflash
62
March 2010
mickyflash
|
Post by mickyflash on May 28, 2013 7:46:11 GMT -8
Hello, I have recently upgraded my forum. Got to grips with most of it but now just looking for a bit of help on one of those 'little things'
I have a number of menu buttons in my main header or forum wrapper (I think that's right?) So many that this runs over on to 2 lines.
What I would like is to force the break at a set point in my menu so it is nice, even and tidy - rather than 10 options on one line and two on the bottom, also I have noticed those numbers (10/2 ) vary dependent on the size of the screen.
so I guess I need to put "<br>" somewhere but I cannot see where? I have looked in my layout template under forum wrapper but I can not see the names of my menu buttons anywhere? If I could see them I could just pop "<br>" in next to my desired button?
I am sorry for my uneducated explanation, I hope you understand what I am trying to say.
|
|
inherit
152389
0
Dec 5, 2021 12:33:49 GMT -8
mickyflash
62
March 2010
mickyflash
|
Post by mickyflash on May 28, 2013 10:40:40 GMT -8
Can anybody help?
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on May 29, 2013 8:30:23 GMT -8
Try adding this code to your CSS (Admin Area > Themes > Advanced Styles & CSS):
#navigation-menu > ul { width: 500px; } You can adjust the number of pixels to whatever you want.
|
|