Viewing 1 replies (of 1 total)
  • Usually content and sidebar have different surrounding div. For example, content can have div which id is #content, and sidebar can have div which id is #sidebar.

    To format it differently, you put li after div’ id in CSS file:

    #content li {
    }
    
    #sidebar li {
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘List Formatting’ is closed to new replies.