How to center the "contact us, privacy statement, archive etc" footer table?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Muzza
    Member
    • Feb 2008
    • 79

    How to center the "contact us, privacy statement, archive etc" footer table?

    How can I center this part that I have circled in the image?

    Attached Files
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24358
    • 5.7.X

    #2
    That section is in the footer template. Look for:

    Code:
     <td class="tfoot" align="[B][COLOR=red]$stylevar[right][/COLOR][/B]" width="100%">
      <div class="smallfont">
       <strong>
        <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if>
        <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
        <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
        <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
        <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
        $template_hook[footer_links]
        <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
        <if condition="$vboptions[tosurl]"><a href="$vboptions[tosurl]">$vbphrase[terms_of_service]</a> -</if>
        <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
       </strong>
      </div>
     </td>
    Change the red text to center.

    Bear in mind though that if you have a selection of styles or languages, because of the position of the chooser dropdowns in the same row, the options may not appear centered... If that's the case, you may want to move these underneath that row.
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...