Would be nice, if u could choose the layout of the post something like this : 
That would make the theme even better then it is.
Best Regards
Casper
Fetching latest tweet ...
Would be nice, if u could choose the layout of the post something like this : 
That would make the theme even better then it is.
Best Regards
Casper
Use a static front page and activate homepage panes. Or am I missing something?
I've done the same thing in one of my clients site. You can see the layout here.
You can do it yourself or have someone to do it for you. It all depends on your knowledge in CSS.
Its defently is the thing i am looking for.
Search this forum for "homepage panes". There are plenty of directions for modifying the css for these.
Thank You very much i will try looking more around the forum.
Actually the page I mentioned does not use homepage panes. I just made the regular post listing in two columns.
Actually the page I mentioned does not use homepage panes. I just made the regular post listing in two columns.
Can i ask how u did that? and would it be possible to have a static front page width the two columns beneth?
Best Regards Casper
I did something like this,
.home .post, .archive .post {
display: inline-block !important;
margin-right: 0.7% !important;
vertical-align: top !important;
width: 49% !important;
}
Or, you can have a static front page and homepage panes below it in two columns - http://www.prasannasp.net/how-to-enable-homepage-panes-in-graphene-theme/
Thank You so much, one last thing is it possible to make all of the post have the same size when using HomePage Panes? And what would the code be to add it?
This topic has been closed to new replies.