The latest vB6 version 6.1.1 introduces the Forum Card View. If you want to make it look better as shown in the screenshot below:
simply add this custom CSS in the css_additional.css template:
Adjust the values accordingly.
You may also want to add a background as desired. For example:
simply add this custom CSS in the css_additional.css template:
Code:
.cards.forum-list-container > div.forum-item {
box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
border-radius: 10px;
}
You may also want to add a background as desired. For example:
Code:
.cards.forum-list-container > div.forum-item {
box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
border-radius: 10px;
background: #f8f8ff;
}




Comment