Quote:
Originally Posted by bosanci28
hi,
how did you fix the alignment?
thank you friend!
|
Take a look at the changes I made in my f_seo_plugin_home template...
Code:
<style type="text/css">
#wgo_events div.inner *{background:none;display:inline;border:none;color:#89b7f3;padding:20px 0px 0px 0px;-webkit-border-top-right-radius:0px;-webkit-border-top-left-radius:0px;-webkit-box-shadow: none;font-weight:normal;}
#wgo_events div.inner h2{font-size: 130%;font-weight: bold;}
#wgo_events div.inner h3{font-size: 120%;font-weight: bold;}
#wgo_events div.inner h4{font-size: 120%;}
#wgo_events div.inner h5{font-size: 110%;}
#wgo_events div.inner strong{font-size: 100%;}
#wgo_events a.seoq{margin:5px 0px 0px 20px;}
</style>
<div id="wgo_events" class="wgo_subblock" style="padding-left: 15px; padding-top: 10px;">
<h3><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase seofq_title}" /> {vb:rawphrase seofq_title}</h3>
<div class="inner" style="padding-left: 15px;">
<vb:each from="keywords" key="wordid" value="word">
{vb:var tag_fix}{vb:var word.tag}>{vb:var word.term_value}</{vb:var word.tag}><vb:if condition="$wordid != $tagscount">, </vb:if>
</vb:each>
</div>
</div>
Add some padding to the wgo_events div and you should be fine