css lists

bentzak

Senior Member
Hi, im not much of a coder, so here is my problem.

im building a website using css, i have made a style for the paragraphs in the content section to all have the same margin between them and the side of the box or wrapper, this works fine, except when i want to put a list in, i have ordered lists and un ordered lists, the problem is that the numbers, or dots, sit outside of my box?!?

i added a pic to better illustrate my problem

i figured there is a line of code i need to put somewhere, but i dont know what it is or where to put it, any help would be greatly apriciated!

Cheers,

Zak
 

Attachments

  • Picture 1.jpg
    Picture 1.jpg
    15.7 KB · Views: 8
Hi Zak, try
ul {margin-left:50px;}

that should move it across for you, if you need more help let me know
 
Back
Top