White space in header under adsense add White space in header under adsense add
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

White space in header under adsense add

Started by Jackson McGinley, September 21, 2013, 06:43:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Jackson McGinley

Can't find answer - I didn't have any problems adding adsense adds to the header on my site but I can't control the white space under the add  and the table I added.  I changed the css width form10 to 0 and that helped but every time I add something the white area expands. Can someone tell me how to control this.

twixlar.com/cpg/

phill104

I am guessing that you mean the white space under the ads? If so open style.css line 157 and edit the height setting in the code below as required.

.menuheight {
    height: 95px;
    width: 1px;
}
It is a mistake to think you can solve any major problems just with potatoes.

Niecher

In addition Jackson, you should change in your template (twice):

<br> </br>
and replace
<br />

first time after
<!-- start of add -->

second time before first "hr noshade"
<hr noshade align="center" size="5" Width="50%">



Regards.

Jackson McGinley

You guys rule -  I spent hours last night trying to figure this out.  Now it's work exactly like I want it to work.  I new at this and some of the directions I've found online leave a lot to be desired for a newbie.  Thanks one again

Jackson