bulleted and ordered lists

2 replies · opened Jun 8, 2016

AarahsoJun 8, 2016

I want to "indent" the ordered and unordered lists on http://www.math.vt.edu/people/gugercin/householder/about.html, http://www.math.vt.edu/people/gugercin/householder/before.html and http://www.math.vt.edu/people/gugercin/householder/travel.html. When I adjust it in the css, it ends up affecting the top navigation, too. Is there a way to change it so that the bulleted and ordered lists in the content are indented but that it doesn't affect li's in the top navigation? Thank you for your help!

SSemicolon WebSTAFFJun 10, 2016

Hello,

Please find the following code in the css/style.css File:

dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}

and add the following code just after this Code Block:

ol, ul { margin-left: 30px; }

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

AarahsoJun 27, 2016

Thank you!

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard