I've been tweak this since yesterday, i got most
of the modules resized and to the left hand side
I just don't know how to resize lastest activity or
the apps.io listings. here's my test site
http://doitbig.ning.com/
now I want resize and position latest activity and listings app.
Now this code lest you put blog and forum side
by side
Making your Blog and Forum together (side by side) in the middle column.
/* Blog Container */
.xg_widget_main .module_blog .xg_module_head{
width: 250px;
}
.xg_widget_main .xg_module.module_blog{
width: 250px;
float: left
!important;
margin-right: 20px;
}
.xg_widget_main .module_blog .xg_module_body{
width: 250px;
}
/* Forum Container */
.xg_widget_main .module_forum .xg_module_head{
width: 230px;
}
.xg_widget_main .xg_module.module_forum{
width: 230px;
float: left;
clear: none;
}
.xg_widget_main .module_forum .xg_module_body{
width: 230px;
padding: 10px;
}.
Now I want to do this with latest activity and listings
app, i made everthing 2 column wide then use the blog part
of the code above as a template to resize events, birthdays,groups
etc. I just don't know how to implement it for latest activity and listings.
I want to resize latest activity to 220 px to the left like the rest, and I want to
have listings at 512px and beside latest activity.
hope all this makes sense.