Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End [Solved] WordPress – Order Posts Horizontally

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27059
    Illogical
    Member

    Hi,

    I have been working with WP for some months now and I finally managed to create my own theme with help of the great screencasts and Starkers naked theme. But I can’t seem to figure out how to do the following: I want to order my posts next to each other (horizontally) instead of under each other. I tried to find a solution using Google, checked the topic on CSStricks about WP and tried to browse throught all the screencasts but no answer or tips on the problem I got.

    I don’t want to ask the question ‘Can it be done?’ because everything can be done in WP. So I gonna ask ‘How can it be done?’

    Thanks in advance.

    #67430
    TeMc
    Member

    You could give the <div class="post"> in css a fixed width and height, and float:left.

    Then they should go next to eachother.

    Depending on your theme you might need to create or change that div. It should contain all post-data ofcourse (some themes have that post-div containing only the content, not the title etc.)


    TeMc

    #67433
    Illogical
    Member

    I didn’t thought about that. First try it destroyed my layout but with adding a simple wrap arround the blogpost it now shows how I want it. Thanks alot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.