Skip Navigation

[Resolved] Toolste Bootstrap Breaks Divi Full-Width Menu

This support ticket is created 7 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 3 replies, has 2 voices.

Last updated by Ed 7 years, 4 months ago.

Assisted by: Luo Yang.

Author
Posts
#548538

Ed
menu-broken.png

I'm using Divi. I'm trying to create a view that displays a 2-column list. Creating the view isn't the problem. When I request that Toolset load Bootstrap (so the columns can be displayed, correctly), it breaks the Divi full-width menu (see attached image).

#548560

Ed

Just wanted to add a URL, so you can take a look. hidden link

#548640
divi-full-width-menu.JPG

Dear ED,

It is a CSS conflict, I suggest add some custom CSS codes to override it, for example:

ul.nav > li.menu-item {
    position: inherit;
    display: inline-block;
}

See screenshot:
divi-full-width-menu.JPG

#548759

Ed

Sweet! Thanks, Luo!