megaMenu Pixellove J2.5

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Fri Sep 13, 2013 8:55 pm
Hello people,

I use Joomla 2.5 and 2.5 pixellove template. Because if I use mega menu and more groups they are pushing the menu out from the browser window (out of the right side). How can I engage it to the left side (maybe automatically depending on the groups?) Can anyone help me please?

Thank you!
User avatar
Senior Boarder

GK User
Fri Sep 13, 2013 10:42 pm
Hi,
please add screenshot or URL to your page, it will help me.
User avatar
Platinum Boarder

GK User
Sat Sep 14, 2013 8:31 am
Hi,

look at the image on the right side.

Holger
gavick_pixellove.jpg
User avatar
Senior Boarder

GK User
Sat Sep 14, 2013 10:31 am
Hi,
hard case, because you have small screen area, most of people use 17" or bigger screen.
So on my laptop your page looks okey.

But there is a SOLUTION.
We have to move menu from right side to left a little bit.

Code: Select all
#gk-mainnav { margin-right: 150px; }



so can add also more than 150px if you need.
User avatar
Platinum Boarder

GK User
Sat Sep 14, 2013 10:36 am
p.s.
Second solution would be Reduction width of the menu blocks. But it required a small modification in one template file.
User avatar
Platinum Boarder

GK User
Sat Sep 14, 2013 12:17 pm
Third solution:

Code: Select all
.gk-menu .megacol {
    width: 150px !important;
}
User avatar
Platinum Boarder

GK User
Sat Sep 14, 2013 1:04 pm
Hello,

thank you for help. Nothing works!!
Which css file needs to be edited?
User avatar
Senior Boarder

GK User
Sat Sep 14, 2013 1:46 pm
Hello,

look here: http://www.77lights.com/
It´s joomla 1.5. Works fine!
But in Jommla 2.5 no work.

Holger
User avatar
Senior Boarder

GK User
Sat Sep 14, 2013 3:01 pm
Hello,

I have the problem solved itself! Thanks for the support!?

Here is the simple solution in menu.css:

#gkNav ul.level0>li>div.childcontent {
background: #111;
padding: 3px 0;

-webkit-box-shadow: 0 5px 5px #000;
-moz-box-shadow: 0 5px 5px #000;
box-shadow: 0 5px 5px #000;
border: 1px solid #272727;
border-top: none;
margin: 0 !important; DELET THIS LINE!!
}

Holger
User avatar
Senior Boarder

GK User
Sun Sep 15, 2013 10:23 am
Which css file needs to be edited?


In J2.5 version you didn't have to edit any file: http://www.gavick.com/documentation/joo ... -template/

Strange, I have tested on J2.5 only, my installation.
User avatar
Platinum Boarder


cron