Archived topic
lists not indenting
5 replies · Started by cgu_outreach on July 7, 2015
Just notices on the site I'm building that my ul's are not indenting, and the bullets aren't showing. I don't recall changing the css list styles, so wonder what might be doing it?
Are these uls in your content or in your widgets?
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
Any chance you can link me to a page where the bullets aren't showing up?
Hi Tom,
Sorry for the late reply. Just got back to the website and removed a couple of plugins not needed and it seems lists are back to working again. Lets mark this as resolved for now.
Thanks for your time.
Dave
Glad you got it sorted out :)
