Viewing 4 replies - 1 through 4 (of 4 total)
  • Don’t know about Internet Explorer, but this works in Firefox. Change .author at line 398 in style.css to this:

    .author {
    background:url("images/post-title-line.gif") repeat-x scroll 0 bottom transparent;
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding:0 0 7px;
    width:900px;
    }
    Thread Starter senorerik

    (@senorerik)

    Hot damn, thanks a lot!

    Thread Starter senorerik

    (@senorerik)

    That ended up with some issues, but put me on the right track. For anyone else that has this issue I took the style properties from the main page and applied to the author one. I also had to add an exact url, but looks fine now:

    .author {background: color:#515151 #edecec url(https://www.probablefailure.com/wp-content/themes/edegree/images/skin-blue/back-body.gif) repeat-x; font: 11px Arial, Helvetica, sans-serif; color: #575757; } /*5e5e5e*/

    Oh god I love the internet.

    You are welcome!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Odd formatting issue’ is closed to new replies.