Hi Tom,
lists are in the content, also no bullets are showing up on those.
Did the following ugly workaround to get the indent for ul’s in the content and keep the custom_menus on the right sidebar. Realized that all widget ul’s are indented though.
/* indent all lists 25px*/
ul, ol {
padding-left:25px;
}
/* remove 25px indent from menu lists*/
.menu-section_geodesy-container ul {
padding-left:0px;
}
.menu-section_hydrology-container ul {
padding-left:0px;
}
.menu-section_solidearth-container ul {
padding-left:0px;
}
.menu-section_earthsurfaceprocesses-container ul {
padding-left:0px;
}
.menu-section_biogeosciences-container ul {
padding-left:0px;
}
Thanks for responding
Dave