Hello Gavick,
Can you tell me how to disable the grey block on the left with comment, ratiing, etc. so the main article can have his full width.
Kind regards Matthijs
#k2Container div.k2itemColumn {
display:none;
}
#k2Container div.k2ItemContent, div.itemCommentsForm form {
padding-left:20px;
background-color:#FFFFFF;
}
.blog-columns .article-tools {
display:none !important;
}
.blog-columns .article-wrap.with-tools {
padding-left:15px;
}
.itemDateCreated span{
float:left !important;
width:50% !important;
}
amarjit - Do not put this in template.css
Look for the file - Joomla.css and you will find the two code items
".blog-columns .article-tools" and ".blog-columns .article-wrap.with-tools"
Replace their Value with those that teitbite posted. It will do as we requested.
teitbite - Thank you for your support
