Changing Menu alignment

GK User
Sat Dec 17, 2011 2:51 pm
Hey,


first off sorry for my english i try my best to explain my problem to you. :)

I´m happy with the site but i got a problem when it comes to menus.
Right now the menu is sorted vertically and kinda big for just 3 entries, but i want them upside down
so each entry gets his own line.

Maybe iam to stuipd or didnt see the options but i cant find them, i tried everything in the options for the menus, positions etc pp but nothing works, even locked in the css but i cant find the right thing.

If someone can explain how i change it that it shows every entry in his own row and not in is own column.


thanks for help i appreciate it :)
User avatar
Fresh Boarder

GK User
Sat Dec 17, 2011 2:56 pm
Hi,

Give me the link to your site please then I would know how to fix it.
User avatar
Platinum Boarder

GK User
Sat Dec 17, 2011 3:08 pm
Don Lee wrote:Hi,

Give me the link to your site please then I would know how to fix it.


that was fast :)

http://f1csreloaded.f1cs.de/

u can see the "problem" in the Menu Test
User avatar
Fresh Boarder

GK User
Sun Dec 18, 2011 7:53 am
Hi,

Try this:

- Open file: templates/gk_twn2/css/menu.gkmenu.css

- Find this code at line 21:

Code: Select all
div.gk-menu > ul.level0 > li > .childcontent .gkcol { float: left; }


- Change to:

Code: Select all
div.gk-menu > ul.level0 > li > .childcontent .gkcol { float: none; }


Then let me know if it helps.
User avatar
Platinum Boarder

GK User
Sun Dec 18, 2011 8:52 pm
Don Lee wrote:Then let me know if it helps.


Hi,

worked just fine, thank you,one last question regarding the menu is it possible to change the width of the dropmenu so it alligns to the entrys like an "auto width"? right now the drop menus are way to big for the entrys
User avatar
Fresh Boarder

GK User
Mon Dec 19, 2011 12:13 pm
Hi,

Try going to config the menu item and set column to 1 http://easycaptures.com/fs/uploaded/653/4559025518.png
User avatar
Platinum Boarder

GK User
Mon Dec 19, 2011 8:36 pm
Don Lee wrote:Hi,

Try going to config the menu item and set column to 1 http://easycaptures.com/fs/uploaded/653/4559025518.png



thanks everything is fine now :)
User avatar
Fresh Boarder

GK User
Fri Dec 23, 2011 1:47 am
I dont know if i should open a new thread, i hope its ok when i post it here

I need help in changing the grey font color of in the Image below, it is with the color suffix.

Image

I found the css for the left side of the box (the light red one) but i cant find the right line for changing the font color on the right site. (the grey one)
I looked for the code #666 or #666666 but i was not able to find the right line/css.
Is it even posible to change it?
User avatar
Fresh Boarder

GK User
Fri Dec 23, 2011 12:00 pm
Hi,

I can't view the image, can you please attach it instead of uploading to ImageShack?

Thanks,
User avatar
Platinum Boarder

GK User
Fri Dec 23, 2011 12:07 pm
Don Lee wrote:Hi,

I can't view the image, can you please attach it instead of uploading to ImageShack?

Thanks,


Sorry didnt know that, attached now
User avatar
Fresh Boarder

GK User
Fri Dec 23, 2011 1:34 pm
The site now requires me to login. Can you give me credentials via PM?
User avatar
Platinum Boarder

GK User
Fri Dec 30, 2011 2:16 pm
Don Lee wrote:The site now requires me to login. Can you give me credentials via PM?


Hey there,

after a little bit of searching i found the line for changing the font color in the gk.stuff.css.
Right now there is only one problem unsolved that i need help with. If you login you can the see a white like 1px witdh line right next to the "red" (color suffix) box, i´m unable to figure out what causes this, i think its the background box.

I sent you the login details 7 days ago, if you need them again please tell me

There is no hurry, I wish you a Happy New Year.
User avatar
Fresh Boarder

GK User
Sat Dec 31, 2011 1:59 pm
You can do this to fix it:

- Open: /templates/gk_twn2/css/style1.css

- Add:
Code: Select all
#gkPage .box.color, #gkPage .box_text.color, #gkPage .box_menu.color{
width: 100.1%;
}
User avatar
Platinum Boarder


cron