Forums

Can someone help me with a messed up 125x125 ads display (9 posts)

  1. carlile92
    Member
    Posted 3 years ago #

    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

  2. stvwlf
    Member
    Posted 3 years ago #

    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

  3. carlile92
    Member
    Posted 3 years ago #

    thanks do you happen to know how to get that writing off the top left hand corner of the site

  4. stvwlf
    Member
    Posted 3 years ago #

    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.

  5. carlile92
    Member
    Posted 3 years ago #

    i don't know were that is can you send it to me without it

  6. stvwlf
    Member
    Posted 3 years ago #

    /wp-content/themes/{themename}/header.php

  7. carlile92
    Member
    Posted 3 years ago #

    I mean i don't know were the part with the writing in it

  8. stvwlf
    Member
    Posted 3 years ago #

    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

  9. nld2756
    Member
    Posted 3 years ago #

    who are you using to generate those ads?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.