• Hi, trying to display post as a boxed grid, i found that CSS is clearing ALL ARTICLES from MAIN

    css/styles.css #1650 and after
    #main article {
    clear: both;
    }

    perhaps it is better to rule just first article level

    #main > article {

  • The topic ‘Second level ARTICLE’ is closed to new replies.