Log in

View Full Version : Inserting blank space below copyright text at bottom of page?


thecorvettekid
11-15-2010, 02:56 PM
Hi everyone,

As per the thread title, I am looking to insert some space (just a line or two) below the copyright test at the bottom of my forum. The reason I want to do this is because I have recently installed a Wibiya toolbar which appears at the bottom the site, and it covers some of the copyright text. I figure a couple of blank lines below the last line of text will alleviate the issue.

I'm running vBulletin 3.8.6 PL1 if that makes a difference.

Thanks very much in advance.

shzad1
11-15-2010, 04:33 PM
First of All sorry for my BAD English:)

Simply Go to Admincp => Style Manager => (Your Style) => Press Go Button
in Footer Template Editing Box Find "Powered" (just Powered, do not use " this)
you will reach to the Copy right text.
Under That
Add this
<center><font color="white">.......................................</font></center>

add dots as per your requirement.

I hope u got me :)

christon26
11-16-2010, 06:16 AM
There is a MUCH better way than the above post.

In your AdminCP, go to Styles & Templates>>Style Manager>>All Style Options (for your style)

In the third box down for the footer, find the text:


<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>
And under it add a couple of breaks like so:


<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>
<br /><br />
Add as many as you need and you should be good to go :)

shzad1
11-16-2010, 07:41 AM
There is a MUCH better way than the above post.

In your AdminCP, go to Styles & Templates>>Style Manager>>All Style Options (for your style)

In the third box down for the footer, find the text:

And under it add a couple of breaks like so:

Add as many as you need and you should be good to go :)

Thats pree easy and Perfect :)

thecorvettekid
11-16-2010, 02:03 PM
There is a MUCH better way than the above post.

In your AdminCP, go to Styles & Templates>>Style Manager>>All Style Options (for your style)

In the third box down for the footer, find the text:

And under it add a couple of breaks like so:

Add as many as you need and you should be good to go :)

That worked PERFECTLY!!!

Thanks very much for the help!

christon26
11-16-2010, 05:35 PM
You're welcome :)