vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Footer text spacing (https://vborg.vbsupport.ru/showthread.php?t=280494)

mathforum 03-22-2012 04:12 AM

Footer text spacing
 
Here is my current footer.

https://vborg.vbsupport.ru/external/2012/03/17.png

I want to remove the spacing between the text. There doesn't seem to be a footer.css file and I using Firebug I see the phrases related to .footer elements but I can't locate them at all. Ideas?

setishock 03-22-2012 06:35 AM

I need to see your entire board. I think I know what it is.
The link in your profile doesn't work.

mathforum 03-22-2012 04:08 PM

<a href="http://www.mathhelpboards.com" target="_blank">www.mathhelpboards.com</a>

setishock 03-23-2012 06:18 AM

Ok sorry for the delay in getting back to you. Wild night at the office last night and not in a good way. Had to have been full moon.

Anyway the gap is caused by the ad-on copyright being in the more copyright div. More your copyright statement in to the first div above the closeing /div tag.

And the footer css is in vbulletin-chrome.css. At the bottom of the page.

mathforum 03-23-2012 09:13 PM

That worked perfectly! Now it looks like this:

https://vborg.vbsupport.ru/external/2012/03/9.png

Any idea how to remove the padding between the white/grey edge and the start of the text block?

setishock 03-23-2012 10:55 PM

This will park it in the left corner like > http://www.animeappeal.com/?styleid=122

Code:

.footer_copyright,
.footer_morecopyright {
margin-left: 20px;
        padding-bottom:{vb:math {vb:stylevar padding}/2};
        color:{vb:stylevar footer_copyright_color};
        font:{vb:stylevar footer_copyright_font};
        /* margin-top: {vb:stylevar padding}; */
        text-align:left;
        display:block;
}

Put in your additional.css and click save and reload.

mathforum 03-24-2012 12:54 AM

I actually would like it in the middle, just that padding removed. Should I be editing already existing CSS to do this or adding a modified version of the code you wrote in the additional.css file?

TheLastSuperman 03-24-2012 01:26 AM

^ Modified version in additional.css :cool:.

Try simply adding in:

Code:

text-align:center;
To the definition itself and it should then be perfectly centered (should be centered by default though).

setishock 03-24-2012 07:18 AM

That white above the copyright text is the bottom of the body background. It's in the common stylevar group.


All times are GMT. The time now is 06:44 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01148 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete