Please edit: /templates/gk_news2/css/override.css and add at its end:
- Code: Select all
.itemBody.gkHasAside {padding-left: 0px;}
.itemAsideInfo {
position: relative;
width: 100%;
}
article aside.itemAsideInfo > ul li {
display: inline-block;
}
Placing them under the article is an easy way. Styling them to look is a completely different thing and that is a part which you need to do by yourself.
Remember to enable "CSS override" in template settings - advanced section.