My Community Pro Theme Setup

  1. Home
  2. Docs
  3. My Community Pro Theme Se...
  4. Extras
  5. Fix IDX Menus That Are Cut Off

Fix IDX Menus That Are Cut Off

If you have some menus on IDX Pages that are cut off, you can add the following CSS.

​You can add this to Appearance > Customize > Additional CSS

.single-idx-wrapper .entry-content ol,
.single-idx-wrapper .entry-content ul {
    padding-left: 0;
}
.single-idx-wrapper .entry-content ol ul > li,
.single-idx-wrapper .entry-content ul ul > li {
    list-style-type: none;
}