More width in Menu

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Sat Jun 01, 2013 2:42 pm
I want to give more width in the menu, does not fit the full text

01-06-2013 15-38-53.jpg
User avatar
Expert Boarder

GK User
Sat Jun 01, 2013 6:21 pm
Hi,
check this file: gk_twn2\lib\menu\GKMenu.php (in template folder)

In line 91
Code: Select all
$data .= "<div class=\"gkcol ".($pos?" $pos":"")."\" style=\"width: 200px;\">";


In line 138
Code: Select all
 for ($col = 0; $col < $cols; $col++) $width += 200;


change value of width to 250, 300, 350 ... then upload changed file.
User avatar
Platinum Boarder

GK User
Sat Jun 01, 2013 6:30 pm
p.s.
You can change also padding inside submenu using css.
Code: Select all
#gkMainMenu > div > ul div.childcontent li { padding: 0 24px; }


change value from 24px to 14px;

menu.css (line 79)
User avatar
Platinum Boarder

GK User
Sat Jun 01, 2013 7:35 pm
Ok now if I have succeeded
User avatar
Expert Boarder


cron