I want to have 3 excerpts per row @ http://ongoingconvo.com
It currently is only allowing two.
How can I increase to 3 or 4 excerpts per row.
Thanks.
David
I want to have 3 excerpts per row @ http://ongoingconvo.com
It currently is only allowing two.
How can I increase to 3 or 4 excerpts per row.
Thanks.
David
you probably need to look into index.php, in the code of the loop;
there should be some code that outputs: small-excerpts-post-left or small-excerpts-post-right resp;
in the line probably starting with: <div id="post-<?php the_ID(); ?>...
you need to change the logic of this to allow for 4 columns.
if you are stuck, feel free to paste the code of your template into a http://wordpress.pastebin.com/ and post the link to it here, so someone can have a look at it.
also, edit headway.css:
div.small-excerpts-row div.small-excerpts-post { width: 48.5%; float: left; margin: 0; padding: 0; }
to change the width to something that will allow 4 items to fit the available space.
The issue is that Headway doesn't allow me to access any other .php's then the custom css and custom_functions. I would edit the code in the uploaded php file but there is nothing there as it pulls from headway.
try to add this at the end of custom.css:
.small-excerpts-row{width:50%!important;}
no idea what this will do if you have more then 4 posts ...
That worked. Thanks...
This topic has been closed to new replies.