Phil
(@owendevelopment)
Looks like 2 columns already for me…
Are you clicking on the Member Club menu and seeing the page as yes that two columns i was wondering if way to get the team on menu as two columns as you hover over it the team are one big list.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Make sure you link to the page with the problem. You should make the problem easy to find.
link to the site is on top thread and it menu i want change not a page.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Which browser & browser version are you seeing the issue in?
This show in any browser it not browser issue as menu only shows as list and want know if there way i can make certain menu displays in columns?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
No you clicking on menu. Hoover other menu and it drops down a list and i want this to be in columns rather the page.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Try something like;
#access ul ul ul {
width: 400px;
}
In the style.css i take it?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Yes in the Child Theme style.css
ok i have done that and seems to be what i want but some reason if you scroll to Clubs A-L there white gap betweem two F teams any idea why this is?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Yeah, it’s because one menu item has a taller height than the other. You need to set a height all each menu items, to avoid this.
Oh right and where do i set this?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
In your Child Theme style.css file.