Forums

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

Home Forums Back End WordPress PHP Styling Issue

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25367
    frankd2l
    Member

    I have the "get the image" plugin running on a WordPress site along with some PHP pulling in the page title and date created. The goal is to have this page pull thumbs, titles, and date created to display on a page showcasing other pages – a hub if you will.

    It all works wonderfully – but I am having trouble styling the page. I need the thumbs to line up in a grid.

    The PHP Loop:

    The CSS:

    Code:
    .hub-item { float: left; text-align: center; width: 125px; padding: 0px 0px 10px 0px; }

    The Results:
    http://www.d2lgraphics.com/clients/abou … page_id=33

    Any suggestions would be greatly appreciated!

    Kindly,
    Frank

    #60240
    frankd2l
    Member

    Issue SOLVED. I had a </div> in the wrong place.

    :)

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