• At https://lucaswynne.com/archive/ I’m trying to make a stylized archive page. The problem being every element with

    • around it gets knocked down to another line, and I want it to be in rows. If somebody could tell me how to make the line properties appear in a row OR remove the line property from the PHP call it would be much appreciated.

      When I add display:inline to my CSS the size of my boxes is altered.

      My CSS code:

      #archive_content ul li { background:#000!important; width:200px!important; height:200px!important; text-align:center; clear:none!important }
      #archive_content ul { clear:none!important }

      Example PHP Call:
      <?php most_popular_posts(); ?>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Line Property Confusion’ is closed to new replies.