StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   CPT Archive Styling (http://www.studiopress.com/support/showthread.php?t=123518)

scotm 11-06-2012 01:49 PM

CPT Archive Styling
 
I have a custom post type (profiles) displaying in an archive page much like the portfolio seen in Minimum. I've created individual archive pages for several taxonomies and want to be able to search by taxonomy via a plugin (Query Mulltiple Taxonomies) which works fine, however I can't quite get the output to style correctly.

I believe it has to do with stying .hentry but it has me stumped.

Archive: http://quikkpress.com/profiles/

Taxonomy Search Results: http://quikkpress.com/teams/management/?positions

Would appreciate if someone can find a solution.

NicktheGeek 11-07-2012 08:19 AM

you probably need something like
Code:

.archive .type-profile {
  float: left;
}

You might need some widths and margin for that.

scotm 11-07-2012 08:58 AM

Nailed it. Thanks Nick.

NicktheGeek 11-07-2012 09:22 AM

eYou're welcome.

Since this is resolved I'm going to close this thread.


All times are GMT -5. The time now is 03:54 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.