Hi! I've searched the forums for the right code and file for widening the actual border/block for the front page user poll display. Haven't had any luck though. I've found the right code for widening the text, but not the border.
If you know the proper file and line/code would you please let me know?
Thanks!
Open file templates/base/scripts/BxBaseIndex.php
Find function getBlockCode_ProfilePoll()
and this code:
<div class="blog_block">
<div class="icon_block">
{$sPic}
</div>
<div class="blog_wrapper_n" style="width:80%;border:1px dashed #CCCCCC;">
<div class="blog_subject_n">
<a href="{$sNickName}" class="bottom_text">
{$sNickName}
</a>
</div>
<div class="blogSnippet">
{$sPoll}
</div>
</div>
</div>
<div class="clear_both"></div>
Edit this line <div class="blog_wrapper_n" style="width:80%;border:1px dashed #CCCCCC;">