• Hello,

    I run a weblog called NSShadowcat and I have recently been tweaking my CSS in my theme’s child class.

    Webpage: http://nsshadowcat.com/archives/69

    The problem I’m facing is that the unordered list in the webpage is not displayed as the rest of the blockquote. I wish I could be of more help while describing the problem but a quick lookup should be self-explanatory. I would be extremely grateful if you could help me with the code necessary to fix this issue.

    Here’s my custom css until now:

    blockquote {
      font-family: Lucida Grande;
      font-size: 14px;
      font-color: #fefefe;
      margin: 0.0em 0;
      padding: 0.1em 25px;
      position: relative;
      color: #fefefe;
      border: 0px;
    }
    
    blockquote cite {
    color: #fefefe;
    font-size: 14px;
    }
    
    blockquote cite:before {
    content: "\2014 \2009";
    }
    
    body {
        overflow: hidden;
    }
    
    blockquote p {
        color: #707070 !important;
    }
    
    .single-post .x-nav-articles {
        display: none;
    }
    
    a {
        color: black;
    }
    
    a:link {
        text-decoration: underline;
    }

    Thank you
    Mayur

The topic ‘Lists don't conform to blockquote css’ is closed to new replies.