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;
}