• Resolved riis

    (@riis)


    Hi

    I’m sorry if this is a dumb question but I can’t find any help in tutorials.

    I’m designing some lists using li and ul and I’ve managed to get rid of the bullets since the list-style: none tag didn’t work (deleted .entry ul li:before {content: “0BB 020”;) but the list doesn’t look right… The top line seems to be positioned right but the following appears to have a left indent…

    Here’s the page https://www.gilmourish.com/?page_id=2070

    The list are the three columns in the middle of the page with links…

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator cubecolour

    (@numeeja)

    Delete
    text-indent: -10px;
    from this block of css in the stylesheet:

    html>body .entry ul {
    	margin-left: 0px;
    	padding: 0 0 0 30px;
    	list-style: none;
    	padding-left: 10px;
    	text-indent: -10px;
    	}
    Thread Starter riis

    (@riis)

    Great! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trouble with lists’ is closed to new replies.