Log in

View Full Version : 3rd Level Menu Item width



dmwhipp
02-11-2017, 05:25 PM
Hi,
I'm trying to figure out how to have the 3rd level menu items display correctly when viewing this site in full width: http://www.dwwebdesigns.com/custom/cis.html

Currently, under the How You Can Help > Donate > the three items -- Donate Now, Give Monthly, and Other Ways To Donate -- break into multiple lines unnecessarily.
Thanks,
Deborah

jscheuer1
02-11-2017, 06:42 PM
Um, perhaps:


li.sub-submenu * * {
width: 140%;
}

Or perhaps more direct:


li.sub-submenu * a {
width: 190%;
}

Or maybe:


li.sub-submenu * a {
width: 12em;
}

dmwhipp
02-13-2017, 08:02 PM
Hi John,
Sorry for the delay in response - I got a second job to supplement the web design and site maintenance. Thanks for advice, the 140% worked perfectly after tested on all devices.
Thanks,
Deborah

dmwhipp
02-16-2017, 06:43 PM
Yep, this has been resolved.