Viewing 8 replies - 1 through 8 (of 8 total)
  • 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

    Thread Starter carlile92

    (@carlile92)

    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.

    Thread Starter carlile92

    (@carlile92)

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

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

    Thread Starter carlile92

    (@carlile92)

    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 https://wordpress.pastebin.ca/ and post the URL to the pastebin code

    who are you using to generate those ads?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Can someone help me with a messed up 125×125 ads display’ is closed to new replies.