• Resolved Dr. Killjoy

    (@dr-killjoy)


    When I select three columned posts showing multiple posts per column, using excerpts from the original post, something goes wrong in the third column. It doesn’t matter if I let the third column float right or not.

    While column one and two show all posts in that column, column 3 shows only one in the actual column. The second post in that column floats above post 2 in column 1, just below its title.

    Is column three configured differently? Does the plugin support multiple posts per column?

    test.muziektaal.nl

    https://www.ads-software.com/extend/plugins/column-posts/

Viewing 1 replies (of 1 total)
  • Thread Starter Dr. Killjoy

    (@dr-killjoy)

    I pressed the button “resolved” and my solution was gone. Anyway, not going to write down the solution again, so I’ll stick to the code.

    While I was describing the situation that needed solving, I discovered the solution to my problem. Here it is.

    In cp_multicolumn.css, I changed the first two styles under /* list style */:

    #cp-box .cp-box ul {
    	margin-left: 15px;
    	margin-bottom: 15px;
    	padding: 10px;
    	position: inherit;
    	color: black;
    	height: 345px;
    	width: 250px;
    }
    
    #cp-box .cp-box ul li{
    	margin-left: 15px;
    	margin-bottom: 15px;
    	padding: 10px;
    	font-size: 13pt;
    	list-style-type: none;
    	text-decoration: none;
    	float: left;
    	color: black;
    	height: 335px;
    	width: 250px;
    	display: list-item;
    	border-bottom: medium #8bb416
    }

    If there is any questions, just let me know.

Viewing 1 replies (of 1 total)
  • The topic ‘With multiple posts per column, third column causes trouble’ is closed to new replies.