How can I remove empty background on GumaxDD 1.5.2

Use this forum to ask questions about how to do things in GuMax skin.
Post Reply
User avatar
krabina
Rank 4
Rank 4
Posts: 20
Joined: June 8th, 2009, 7:14 am

How can I remove empty background on GumaxDD 1.5.2

Post by krabina »

Hi,

in gumaxDD 1.5.2 if you enter a menu item without any subitems there is still a part of an empty drop down box shown. I tired to find a setting in droppy.css, but it didn't work.

Can you help me?

It does not really make sense to have a not clickable dropdown-menu without submenu-items, but I used the fix you described here that works great:
viewtopic.php?f=6&t=959

But no matter if I use the orgiginal gumaxdd or the modified one, the dropdown-menu shows a background even if there are no menu items...

regards,
Bernhard
User avatar
krabina
Rank 4
Rank 4
Posts: 20
Joined: June 8th, 2009, 7:14 am

Re: How can I remove empty background on GumaxDD 1.5.2

Post by krabina »

maybe you can just add "navigaton 4" on your dev wiki without a submenu item, so it will be more obious what I mean...
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: How can I remove empty background on GumaxDD 1.5.2

Post by Paul »

Open GuMaxDD.php and find this:

Code: Select all

<li><p style="margin:0; padding: 7px 0;"></p></li>
Remove the line and will not see that background anymore.

I put this because I'm trying to have an extra space for dropdown to make it look nicer, but it looks not a good idea.
User avatar
krabina
Rank 4
Rank 4
Posts: 20
Joined: June 8th, 2009, 7:14 am

Re: How can I remove empty background on GumaxDD 1.5.2

Post by krabina »

Thank you, worked fine!
User avatar
Gabby.Felly
Rank 0
Rank 0
Posts: 2
Joined: December 6th, 2012, 11:51 am

Re: How can I remove empty background on GumaxDD 1.5.2

Post by Gabby.Felly »

How can I change it and where can I find a replacement?
User avatar
MnonoaN
Rank 0
Rank 0
Posts: 2
Joined: September 17th, 2015, 12:18 am

Re: How can I remove empty background on GumaxDD 1.5.2

Post by MnonoaN »

:D :D :D
Post Reply