Change home panes size: put one row with four posts
-
I want change my cod to obtain this layout. I need to change the size oh each pane. The green squares on the figure are the panes. Can you help me with the code to obtain this result? Thanks.
What do you want in each pane? Text? A picture?
Mod
Please use imgur.com for posting screen caps, etc. They do not have annoying pop-under ads.
Prasanna has information about how to do this, but I forget where it is. Check his replies in this forum or on his website.
.homepage_pane {
margin: 20px 5px 15px !important;
}
.homepage_panes .alpha {
clear: none;
}
.homepage_panes .omega {
float: left;
margin-right: 10px;
}
#container .two-columns .homepage_pane {
width: 23% !important;
}Of course, set number of posts in homepage panes to 12 in Graphene Options.
If you are using single column layout for frontpage, you’d need to change
#container .two-columns .homepage_paneto
#container .one-column .homepage_panein the above code
Thanks for your suggestion.
I added your suggested code but did not work yet.
My web site is: http://galileo.netii.net.
What are wrong?
Try adding the code in Graphene Options –> Display –> Custom CSS instead.
Viewing 10 posts - 1 through 10 (of 20 total)
- 1
- 2
- You must be logged in to reply to this topic.
