Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-31-2013, 03:12 PM   PM User | #1
AccessAw
New Coder

 
Join Date: Aug 2010
Posts: 14
Thanks: 4
Thanked 0 Times in 0 Posts
AccessAw is an unknown quantity at this point
White space bottom of wordpress

Hi guys my site perfectweighs.com has big white spaces at bottom of pages.

Can anyone tell me how to reduce them as I am a newbie

Thanks in advance
AccessAw is offline   Reply With Quote
Old 01-31-2013, 03:39 PM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,395
Thanks: 18
Thanked 351 Times in 350 Posts
sunfighter is on a distinguished road
I don't see it on home page nor the two I clicked on. What pages have this white space?
sunfighter is offline   Reply With Quote
Old 01-31-2013, 03:43 PM   PM User | #3
AccessAw
New Coder

 
Join Date: Aug 2010
Posts: 14
Thanks: 4
Thanked 0 Times in 0 Posts
AccessAw is an unknown quantity at this point
Quote:
Originally Posted by sunfighter View Post
I don't see it on home page nor the two I clicked on. What pages have this white space?
Hi
at the bottom of this page between the bookmarks and blue text
http://www.perfectweighs.com/fat-bur...what-are-they/
AccessAw is offline   Reply With Quote
Old 01-31-2013, 04:09 PM   PM User | #4
john1985
New to the CF scene

 
Join Date: Jan 2013
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
john1985 is an unknown quantity at this point
in your wordpress css file. find
Code:
#footer {
margin-bottom: 20px;
}

replace this code with

#footer {
margin-bottom: 0px;
}
john1985 is offline   Reply With Quote
Old 01-31-2013, 04:58 PM   PM User | #5
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,395
Thanks: 18
Thanked 351 Times in 350 Posts
sunfighter is on a distinguished road
Code:
<!--  THE CODE IN THE <H2> TAGS ARE WHAT YOU NEED AND YOU'LL GET THE SAME SPACING BETWEEN YOUR LAST LINE OF TEXT AND THE BOOKMARKS  -->
<h2>
<span style="text-decoration: underline;">
<a href="http://www.fatlossfactorgo.info">
<span style="color: #3366ff; text-decoration: underline;">
Click here to get a flatter belly and still enjoy all the foods you love.
</span>
</a>
</span>
</h2>

<!--  THESE TWO THINGS NEED TO BE REMOVED THEY ARE CAUSING THE PROBLEM  -->
<!--
<h2>
<em></em>
<em>
<span style="text-decoration: underline;">
<a href="http://www.fatlossfactorgo.info">
<span style="color: #3366ff; text-decoration: underline;">
<br />
</span>
</a>
</span>
</em>
</h2>
-->

<!--
<p><strong>Â*</strong></p>
-->
IMHO: You might want to use a smaller size font for <h2>
sunfighter is offline   Reply With Quote
Old 01-31-2013, 05:16 PM   PM User | #6
AccessAw
New Coder

 
Join Date: Aug 2010
Posts: 14
Thanks: 4
Thanked 0 Times in 0 Posts
AccessAw is an unknown quantity at this point
Thanks for your help but can you tell me where abouts I edit that code.
AccessAw is offline   Reply With Quote
Old 01-31-2013, 05:37 PM   PM User | #7
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,395
Thanks: 18
Thanked 351 Times in 350 Posts
sunfighter is on a distinguished road
First: What are you using to edit these files?

Go to this file
http://www.perfectweighs.com/fat-bur...what-are-they/

Comment out lines 152, 153, and 154.
If your edit does not have line number search for this line
Code:
<h2><em></em><em><span style="text-decoration: underline;"><a href="http://www.fatlossfactorgo.info">
If it works you can delete them.
sunfighter is offline   Reply With Quote
Old 01-31-2013, 05:45 PM   PM User | #8
AccessAw
New Coder

 
Join Date: Aug 2010
Posts: 14
Thanks: 4
Thanked 0 Times in 0 Posts
AccessAw is an unknown quantity at this point
Thanks for your help but have no idea how to do that..thanks anyway
Ok update i removed that line but nothing changed

Last edited by AccessAw; 01-31-2013 at 05:55 PM..
AccessAw is offline   Reply With Quote
Old 01-31-2013, 05:59 PM   PM User | #9
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,395
Thanks: 18
Thanked 351 Times in 350 Posts
sunfighter is on a distinguished road
Wow is all I can say.
What part of my message do you not know how to do?
Open that file?
Search for the lines?
Comment out something?
Delete something?
Tell me the name of an editor?

What do you need help with? Do you have access to a programmer? Do you have access to the site? Can you give someone access?
sunfighter is offline   Reply With Quote
Old 01-31-2013, 06:19 PM   PM User | #10
AccessAw
New Coder

 
Join Date: Aug 2010
Posts: 14
Thanks: 4
Thanked 0 Times in 0 Posts
AccessAw is an unknown quantity at this point
i did find the line you said and deleted it but it made no difference so i put the code back. Sorry but this stuff is new to me..


Quote:
Originally Posted by sunfighter View Post
Wow is all I can say.
What part of my message do you not know how to do?
Open that file?
Search for the lines?
Comment out something?
Delete something?
Tell me the name of an editor?

What do you need help with? Do you have access to a programmer? Do you have access to the site? Can you give someone access?
AccessAw is offline   Reply With Quote
Old 01-31-2013, 08:05 PM   PM User | #11
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,395
Thanks: 18
Thanked 351 Times in 350 Posts
sunfighter is on a distinguished road
Well you did change things
Go back into the file and go to lines 152 AND 153 and delete these.

They look like this:
Code:
<h2></h2>
<p><strong>Â*</strong></p>
sunfighter is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:54 AM.


Advertisement
Log in to turn off these ads.