Hi Ian,
From my testing, I already be able to make the sidebar content layout into 2 columns, but the results is not the best as I hope it would be and I think it is best if you can share with us your FTP & site access if you need our team to help you on customization.
Below is the code:
.ezblog-latestpost .ezb-mod {
overflow: hidden;
margin: 0 -5px;
}
.ezblog-latestpost .ezb-mod .mod-item {
float: left;
padding: 10px 5px !important;
}
.ezblog-latestpost .ezb-mod .mod-post-image a {
position: relative;
width: 100%;
height: 100%;
}
.ezblog-latestpost .ezb-mod .mod-post-image a:before {
content: "";
display: block;
padding-top: 100%;
}
.ezblog-latestpost .ezb-mod .mod-post-image a img{
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
If you planned to go with 2 columns layout, please consider the display of your blog title in the layout. See attachment.
Also, I have another Latest Blog module (same category) loading inside the Main Menu under "News". Is it possible for that particular module to only have 1 column?
In Joomla, we can assign a specific class to each module, so that will make each module unique. Read more here:
http://docs.joomla.org/Module_Class_Suffix
Hope this will help, please remember to share your site access & FTP account if you need us to help you on your customization.
Thank you