• Could some one help me please?
    Well my blog is https://www.cafefort.com It’s design took me a whole month to do and now with the WP vesrion (i was using b2) the cat??gories list wont be inline even that in my css i used the styles found in wp-layers.css !!
    Can someone give me a clue, please? Coz’ after a DB problem… I’m now really down ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • In ‘View Source’ I see this:
    <div class=" perma">
    posted by karim in <ul class="post-categories">

    and although I can see a perma class in your css, I cannot see a ‘post-categories’ class.
    Try creating that class and giving it properties simlar to the #meta but aligning it left ?

    Oops, me bad !
    Add this to your css
    .perma a {
    color: #747474;
    }
    .perma ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    }
    .perma li {
    display: inline;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS problem’ is closed to new replies.