Hello all,

Using this theme on our new site, all looks fine but I need some assistance in sorting out a few issues;

see our site here - www.bw-tech.co.uk/ns

You can also see our existing site here www.bw-tech.co.uk

As you can see on the new site (/ns) that the first drop down menu is fine, the column is the correct size, however the other 3 are huge, i've searched about on this system, and added some bits to the CSS code - something about wrapping text - but it only fixed the first drop down!

Secondly I need to be able to change the font colours - except I can't seem to find which CSS has the font colours held within it.

Feel free to reply on here or send me a message, any help would be greatly appreciated

Thanks All, and a happy new year!

Jordan

Comments

Bathandwest’s picture

Also this menu system doesn't work on the iPad, it doesn't keep the menu open

Any ideas?

Thanks

Jordan

jlea9378’s picture

@Bathandwest, it looks like the problem is MegaMenu: #1279870: Doesn't work with iPad

djsagar’s picture

Issue summary: View changes
Status: Active » Needs review

Hi,

For changing the color use
#section-header .dexp-dropdown ul ul li a {
color: xxx;
}

you can set width for drop down menu if you don't want to drop down menu in two line.

@Bathandwest menu works same for mobile and tab as it's work for desktop.

please correct me if i'm wrong.

Thanks!