I was wondering if you know what could be wrong with my 125x125 ad blocks on my site http://www.waysaroundit.com they are pushed over to the right a little i was wondering how would you get them aligned
I was wondering if you know what could be wrong with my 125x125 ad blocks on my site http://www.waysaroundit.com they are pushed over to the right a little i was wondering how would you get them aligned
Hi
You need a few CSS tweaks in /wp-content/themes/{themename}/style.css
(line 488)
#sidebar-top ul ul {
background-color:#637589;
border:1px solid #000000;
list-style-type:none;
margin-bottom:10px;
padding:10px 7px 7px 12px;
}
in padding, change 12px to 1 px
=================================
(line 495)
#sidebar-top ul ul li {
background-image:url(images/lidot.gif);
background-position:left top;
background-repeat:no-repeat;
list-style-type:none;
padding-bottom:3px;
padding-left:10px;
}
add a new section beneath that block
#sidebar-top ul ul li ubd-block-ad {
background-image: none;
padding-left: 0px;
}
That should do it. You can adjust the padding-left from 0px to 1 or 2 px if you want it slightly inset
thanks do you happen to know how to get that writing off the top left hand corner of the site
Hi
I told you one thing incorrectly
The code for this
add a new section beneath that block
#sidebar-top ul ul li ubd-block-ad {
background-image: none;
padding-left: 0px;
}
Should be
#sidebar-top ul ul.ubd-block-ad li {
list-style-type: none;
background-image: none;
padding-left: 0px;
}
This
Helping with blogging start to finish
appears to be coming from your header.php file right after the <body> tag. However it could be coming from a <?php /> expression rather than that actual text. Or could be inserted in that place from somewhere else. But look there first.
i don't know were that is can you send it to me without it
/wp-content/themes/{themename}/header.php
I mean i don't know were the part with the writing in it
Hi - First
go to Admin / Settings / general
if Helping with blogging start to finish is your blog's tagline, remove it from the tagline field altogether and save the settings. See if that removed those words.
If the words are still there, paste the code from /wp-content/themes/{themename}/header.php into the pastebin at http://wordpress.pastebin.ca/ and post the URL to the pastebin code
who are you using to generate those ads?
This topic has been closed to new replies.