Where is CSS to Control Footer Elements?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tChristine
    Senior Member
    • Apr 2010
    • 169

    [Forum] Where is CSS to Control Footer Elements?

    Hello,

    I've added a Div to the Default Footer.

    Now, I need to add some CSS to control the Div.

    I tried adding some CSS to additional.css - but that has no effect.

    Where is the CSS to control Divs in the Footer

    Thanks
    FF w/ Web Dev / Firebug / DW
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    Have you looked at the footer template and checked the classes used? What did you try and what didn't work?

    Comment

    • tChristine
      Senior Member
      • Apr 2010
      • 169

      #3
      2Hi Zachary,

      I used these directions to add a wibiya toolbar to the footer:
      https://www.vbulletin.com/forum/show...=1#post2165577 (worked great).

      The code for wibiya isn't exactly a Div - but sits below them:

      Code:
      <script src="http://cdn.wibiya.com/Toolbars/dir_0228/Toolbar_522927/Loader_512927.js" type="text/javascript"></script><noscript><a href="http://www.wibiya.com/">Web Toolbar by Wibiya</a></noscript>
      The CSS I'm trying to add - to control the toolbar width:

      Code:
      [B]#wibiyaToolbar_tbl{
      width: 800px !important;
      margin-left:auto !important;
      margin-right:auto !important;
      }[/B]
      I tried adding that ^ to additional.css - the result was no change in width.

      The exact code (in context at the bottom of the default footer) is currently:

      Code:
      <div id="footer_morecopyright" class="shade footer_morecopyright">
          <!-- Do not remove cronimage or your scheduled tasks will cease to function -->
          {vb:raw cronimage}
          <!-- Do not remove cronimage or your scheduled tasks will cease to function -->
          {vb:raw vboptions.copyrighttext}
      </div>
      <vb:if condition="$vboptions['enablefacebookconnect']">
          {vb:raw facebook_footer}
      </vb:if>
      </div>
      <script src="http://cdn.wibiya.com/Toolbars/dir_05128/Toolbar_5189227/Loader_5189227.js" type="text/javascript"></script><noscript><a href="http://www.wibiya.com/">Web Toolbar by Wibiya</a></noscript>
      Thanks
      FF w/ Web Dev / Firebug / DW

      Comment

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