problems with gkmenu

GK User
Thu Feb 09, 2012 1:31 pm
I need to fix the width of the main menu, I would make all the menu items with a maximum width of the site. this way.

gkmenu1.png


But when I edit a different menu button, it ends up going off the page.

gkmenu2.png


what can I do that all the menu buttons open filling the entire screen? without passing the limits of the page?
User avatar
Fresh Boarder

GK User
Thu Feb 09, 2012 1:36 pm
Hi,

Can you give me your site link then I can try some css change for it?
User avatar
Platinum Boarder

GK User
Thu Feb 09, 2012 1:54 pm
I was working offline, but I'm copying it to my server right now, within 15 minutes I pass the address of the site.
User avatar
Fresh Boarder

GK User
Thu Feb 09, 2012 2:16 pm
the website address is: http://201.47.236.35/mysite/
User avatar
Fresh Boarder

GK User
Thu Feb 09, 2012 2:20 pm
The "últimas" button is working correctly, but the button "segurança" with this problem.
User avatar
Fresh Boarder

GK User
Thu Feb 09, 2012 2:58 pm
Hi,

Add a suffix class for "segurança", let's say "testclass". Then add this code to override.css (with CSS Override mode enabled in template setting):
Code: Select all
.testclass > div .childcontent{
right: 174px;
}

Let me know if it works.
User avatar
Platinum Boarder

GK User
Thu Feb 09, 2012 4:53 pm
sorry, I'm newbie with joomla! but, where do I add a suffix class to the "segurança" button?
User avatar
Fresh Boarder

GK User
Thu Feb 09, 2012 6:43 pm
I followed these steps! see if it is correct!

sufix added a class in this place

problema1.png


then enabled the override and added the code that you gave me.

problema2.png


but did not work.

The site is in the air again at http://201.47.236.35/mysite
User avatar
Fresh Boarder

GK User
Fri Feb 10, 2012 3:09 pm
Can you please send backend access via a PM then I can check? I don't see the class added into your code.
User avatar
Platinum Boarder

GK User
Sun Feb 12, 2012 2:35 pm
I added the suffix and css code for you and it works now. Please check and confirm the same.
User avatar
Platinum Boarder


cron