Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter ddamron44

    (@ddamron44)

    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 …

    Thread Starter ddamron44

    (@ddamron44)

    That worked. Thanks…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I increase the number of excerpts per row?’ is closed to new replies.