• Hi Caroline,

    Following up on the reply on your website. Thanks for your quick reply.

    I tested the code you provided and indeed it works. Btw, by means of testing I applied it in the Theme options >> custom css and it works even from there. I have to do some more thorough testing in order to check if everything else is still correct, but it looks promising.

    Regarding the tagline displayed over multiple lines when the searchbox is removed (via the theme options), please have a look at this site.

    Thanks again!

    PS. I know I should not use IE7, unfortunately a large part of the world still doesn’t 🙁

    http://wordpress.org/extend/themes/brand-new-day/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Caroline Moore

    (@sixhours)

    Glad the first fix worked!

    The tagline issue appears to be another IE7 problem. Adding a width override to the Custom CSS area might fix it but I don’t have a way to thoroughly test it, and I don’t know how this might affect modern browsers:

    .tagline {
       width: 300px; //or however long you need to get it to fit on one line
    }
    Thread Starter HoogJ

    (@hoogj)

    Fixed. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Brand New Day] Tagline not displayed correctly in IE7’ is closed to new replies.