can you help me display the category blog posts on this page:
http://somedomain.server309.com/
so that the featured image is left-aligned and the featured image is smaller. For example:
Hi!
Check it now:
http://somedomain.server309.com/
You needed to select a sidebar in order to get the desired layout, added this to hide the sidebar in the homepage:
.home .sidebar {
display: none !important;
}
.home .container .nine.units {
width: 100% !important;
border: 0 !important;
margin-right: 0 !important;
}
Regards,
Josue