Corporate Ltd - I need to enlarge Suckerfish Menu to add more Menus

Corporate Ltd is perfect choice for your next business Joomla website
GK User
Sun Oct 03, 2010 11:21 am
Hi everybody, 3 days without success trying to enlarge the Corporate Ltd Suckerfish menu to be able to add 2 menus more.

I would like to display this suckerfish menu on all page width 900px with right align.
I tried to work with suckerfish.css and template_css.css, but I am not enough good in CSS

Please can somebody help me - website : http://www.trentparkgolf.co.uk/
Many thanks in advance :)
User avatar
Senior Boarder

GK User
Sun Oct 03, 2010 11:43 am
@ ibizalook. Himate!
In the template_css.css increase the width of the div#horiz-menu.
You can find it in the line 198
User avatar
Junior Boarder

GK User
Sun Oct 03, 2010 11:48 am
OR AND templates_css.css line 205
div#wrapper_menu ul {
float:right;
font-size:12px;
width:auto; => change this with width:800px; for example
User avatar
Junior Boarder

GK User
Sun Oct 03, 2010 12:21 pm
Thanks so much for so quick and good reply. It seems to work very good....hope OK too in IE (work with Mac ;-)

Need also help for moving up the "Search" box wich is always under the Logo horyzontal level
If possible I would like to place it same horyzontal level that the logo ( http://www.trentparkgolf.co.uk/home )
I use this box for text and "the best course in North London bar none...." Niall, EN - Follow us on FB-TW"

Thanks :)
User avatar
Senior Boarder

teitbite
Sun Oct 03, 2010 9:34 pm
Hi

Please put this search module in search position so I will be able work on this and tell You what to do to move it in some other place with css.
User avatar
Moderator

GK User
Tue Oct 05, 2010 4:53 pm
Hi, many thanks and sorry for delay.
I put now the search button in the search module place in page http://www.trentparkgolf.co.uk/membersh ... membership

I would like to put this box higher at same horyzontal level that Logo Trent Park Public Golf Course "align right", but all solutions I found this box always go just after the bottom level of logo like you can see now

Can you help me for this ?

Many thanks in advance
User avatar
Senior Boarder

teitbite
Thu Oct 07, 2010 12:59 pm
Hi

Add this code at the end of template_css.css:

Code: Select all
div#wrapper_top {
position:relative;
}

div#wrapper_top_content {
position:absolute;
right:-20px;
top:35px;
}
User avatar
Moderator


cron