Hey all!
tell me on my website popular tags are arranged vertically
I make them flat on a board?
board
Posted 2 years ago
#
What you need to edit the file and where exactly?
Please explain!
Please ask this kind of question on bbpress.org
It's a fairly simple edit.
edit front-page.php
and move this part
<div id="hottags">
<h2><?php _e('Hot Tags'); ?></h2>
<p class="frontpageheatmap"><?php bb_tag_heat_map(); ?></p>
</div>
OR
edit style.css
and edit
#front-page #hottags {
position: absolute;
top: 0;
left: 0;
width: 150px;
overflow: hidden;
}
remove the width: 150;
and the position: absolute;
tnaks!
RSS feed for this topic
You must log in to post.