• For the life of me, I cannot figure out how to add any padding to the stylesheet. I know I need to do something related to:


    ul{
    margin-left:20px;
    }

    but any combination of things (.blog or otherwise)are not working. My lists are still not indenting, and I have no idea where to even put any padding instructions in the stylesheet.

    Using template Vanguard.

    Site with bullet point examples: http://financialmodelingcertification.com/who-can-earn-the-cfms/

    Would really love to have my lists indent in, so the bullets are not in-line with the other normal body text.

    This is all that is in the stylesheet:


    /* Base styles and browser defaults */
    @import url( ‘css/base.css’ );

    /* Structural CSS Styles */
    @import url( ‘css/screen.css’ );

    /* prettyPhoto CSS */
    @import url( ‘css/prettyPhoto.css’ );

    .alignleft {border:0px solid #113E75; }

    #header #menu-bg{ top: 81px; }

    Please help!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Bullet point and numbered lists will not indent!’ is closed to new replies.