• onceagreenberet.com
    theme: 2014-child

    The date on the right should be centered. It is in IE but not in Chrome or FF.
    Also, the bullets on the scroll should be removed but no joy there.

    Oh yeah, and it is my birthday! Wanna make me happy?

    Thanks,
    Keith

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m hoping that this will work for the date. In FireFox I couldn’t see anything that was telling that element to be centred, so this should b eenough to get it to where you want it to be.

    .textwidget .ad {
        text-align: center;
    }

    For the scroll… This should work:

    #rssScrollboxTapeOne ul li {
        list-style: none;
    }

    Just as a note, if those don’t work first time you may need to look at using some more specific ID rules and that should over-write the standard styles that are set.

    Thread Starter kmessinger

    (@kmessinger)

    Thanks. That got me on the right path.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘css driving me nuts’ is closed to new replies.