Adsense banners will not left align

  • Anonymous

    #25983

    Great!

    Okay, now adjust your background so it’s fixed instead of scrolling. In the words of the famous “Kenneth John Odle”, scrolling backgrounds look so 1990’s.

    Try this in your css:

    body.custom-background {
    background-attachment: fixed !important;
    }

    gimlet2006

    #25984

    you’re right, fixed looks much better! thanks!

    gimlet2006

    #25985

    sorry if I am taking up too much of your time, one more question. is there anyway i can set those ads to a name like text=ad so i don’t have to keep changing the numbers if i move my widgets or ad one? Thanks so much for all your help!! 🙂 🙂

    Anonymous

    #25986

    You’re fine.

    No, I don’t think you can change the names given to each widget area. They are dynamically generated as you create them. I’m sure a custom function could be written to alter the naming scheme… but only when created… not afterwards.

    Honestly, it’s much easier to just use Firebug to find out the unique ID.

    Also, as far as your adsense banners, you can also “hide” the widget background color, border, drop-shadow, etc… so it looks like the banner is “floating” on your page. Go ahead and give it a try and see how it looks!

    #text-12 {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    padding-left: 3px;
    }

    gimlet2006

    #25987

    Sorry it has taken me so long to get back, I had a busy week, I tried adding that to my child theme but I did not see anything changed I will try adding it again. Thanks again for all your help! 🙂

    gimlet2006

    #25988

    oh okay it DID work this time I must have done something wrong the first time!! I like it a lot better like that too!! Thanks!!

    Anonymous

    #25989

    Good. You’re welcome!

    Anonymous

    #25990

    You probably want to also make your comments go the other way. I mean, arrange them from newest first, to oldest last.

    Currently, you have oldest first, to newest last.

    You can change this in the admin panel -> settings

    gimlet2006

    #25991

    okay thanks! I got that changed too 🙂 Any other tips?

    Anonymous

    #25992

    I think I’ve done all I can do. The rest lies in your hands 🙂

    (I’m marking this thread as resolved)

Viewing 10 posts - 21 through 30 (of 31 total)

  • You must be logged in to reply to this topic.